Answers for "svg path clickable"

0

svg path clickable

$('svg path').on('click', function () {
    window.location = 'LINK-HERE';
});
Posted by: Guest on October-26-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language