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
I've trouble with using jQuery selectors with class names, e.g. $('.some-class',svg.root()) - they are throwing an error in Internet Explorer 11: Object doesn't support property or method 'getElementByClassName'
I'm using jQuery 2.1.3 (with jquery.svg.js and jquery.svgdom.js).
It works with jQuery 1.7.2 though.
Any suggestions?
The text was updated successfully, but these errors were encountered:
Hello
I've trouble with using jQuery selectors with class names, e.g.
$('.some-class',svg.root())
- they are throwing an error in Internet Explorer 11:Object doesn't support property or method 'getElementByClassName'
I'm using jQuery 2.1.3 (with jquery.svg.js and jquery.svgdom.js).
It works with jQuery 1.7.2 though.
Any suggestions?
The text was updated successfully, but these errors were encountered: