Tagged Questions
1
vote
2answers
210 views
how to include javascript files in Google Gears Worker (no DOM access)
how does one include other .js files in the .js of a Worker. Every "include" solution for Javascript that I've found does it by loading into a tag, which is not an option for Workers since they don't ...
0
votes
2answers
313 views
Is there a good way to prevent jQuery from being redefined?
I encountered a problem that took me some time to debug where a plug-in that I was using for jQuery (in this case jFeed) was not working. The problem ended up being because we also used Amazon ...