Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Need Help with SVG hover effect Reply To: Need Help with SVG hover effect

#267434
webinuse
Participant

You can use jQuery for hover.


$("yourClass or ID").hover(function(){ $(this).attr('data', 'yournewurlhere'); });