Does anybody have any experience with the Raphael.js SVG library?
I\'m using Raphael.js to create an SVG map (for use on smartphones) but I\'m having trouble opening the
Or you add a class as an attribute
$jQueryObject.attr('class', 'highlight');
This will work instead of
$jQueryObject.addClass('highlight');