Skip to main content

All Questions

Tagged with
0 votes
0 answers
486 views

jQuery.offset not working correctly in chrome anymore in version 3.1.0

jquery.offset always returns 0/0 when applied to an SVG element in chrome. <div style="margin: 45px;"> <svg version="1.1" width="100" height="100" xmlns="http://www.w3.org/2000/svg"> ...
suamikim's user avatar
  • 5,228
3 votes
1 answer
448 views

JQuery3.0 throws error setting a property that has only a getter firefox

I have created SVG circle dynamically and animated it small circle to large using JQuery. Animation was working fine in other JQuery version and throws exception "setting a property that has only a ...
Bharathi's user avatar
  • 1,304