amohanta / spynner

Automatically exported from code.google.com/p/spynner
GNU General Public License v3.0
0 stars 0 forks source link

Don't restrict Javascript library #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Make it possible to use another Javascript library instead of Jquery. The
programmer should then override action methods (click, select, check ...) 

Original issue reported on code.google.com by tokland on 27 Jul 2009 at 5:14

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Related to this issue, we should not use jQuery(...) calls, as this may collide
with the jQuery used by the page (which may be a different version). Rename to
"Spynner" or something like that.

Original comment by tokland on 27 Jul 2009 at 9:08

GoogleCodeExporter commented 9 years ago

Original comment by tokland on 27 Jul 2009 at 9:19

GoogleCodeExporter commented 9 years ago

Original comment by tokland on 29 Jul 2009 at 5:27

GoogleCodeExporter commented 9 years ago
[90]

You now use _jQuery (name configurable: Browser#jslib) to avoid clashing

Original comment by tokland on 30 Jul 2009 at 5:29