I have an svg object in an html page like this
<object id="map" data="img/map_2008.svg" type="image/svg+xml" onload="displayStats();" ></object>
with paths that I would like to attach hoverIntent to. However hoverIntent requires the use of a jQuery selector. How would I go about attaching hoverIntent to all of the paths in the svg document?