vote up 1 vote down star

I have a page with an object tag that contains a SVG. Is there an easy method to make it clickable (in order to show a larger version in a popup when clicked)?

flag

javascript onclick? – Sergey Kovalenko Jul 16 at 8:54
I tried with onclick on the object tag and on the parent tag, but it seems the embedded object eats away the clicks. – rslite Jul 16 at 9:06

1 Answer

vote up 3 vote down check

You have to put onclick="doSth()" inside the <svg> tag.

link|flag
Thanks, it works! – rslite Jul 17 at 7:00

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.