You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The jquery version used in the examples (1.8.2) doesn't seem to handle <svg> elements well. With the (now latest) jquery version 1.12.4, you just set class="my_popup_open" for your <svg>, and it works.
First of all, thanks for the awesome code!
I'm trying to figure out how to use an SVG shape for this section instead of a button:
<!-- Add an optional button to open the popup --> <button class="my_popup_open">Open popup</button>
But, I can't figure it out.
Thanks!
The text was updated successfully, but these errors were encountered: