In 1.0 and 0.7 you can use L.DomUtil to add remove classes from a DOM element:
L.DomUtil.addClass(marker._icon, 'className');
L.DomUtil.removeClass(marker._icon, 'className');
In 1.0 and 0.7 you can use L.DomUtil to add remove classes from a DOM element:
L.DomUtil.addClass(marker._icon, 'className');
L.DomUtil.removeClass(marker._icon, 'className');