Skip to main content

All Questions

Tagged with
1 vote
0 answers
856 views

Load JQuery 3.1 into a Chrome extension?

My Bad: I had webpack for an angular aspect of this project, mangling my JQuery I am getting an error "$ is not defined" when I am working on my chrome extension. I can get it working OK for JQuery ...
David Cruwys's user avatar
  • 6,702
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