Answer the question
In order to leave comments, you need to log in
How to make buttons shapes inside SVG with (jquery) touchscreen friendly?
I'm making a site with active elements in SVG with a selection of objects for the touch screen.
//tickets-to-circus.rf/product/view/453/2138.html to view HALL DIAGRAM
<svg>
<circle cy=22 cx=33 r= 20></circle>
<circle cy=33 cx=22 r= 20></circle>
</svg>
<script>
jQuery('circle').on('click tap', function(){alert('Тап работает!');});
</script>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question