Timtech4u / gwtquery

Automatically exported from code.google.com/p/gwtquery
MIT License
0 stars 0 forks source link

There is no noConflict() function in gwtquery #187

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
jQuery has $.noConflict() function that allows to reassign jQuery object name 
and revert "$" to what it was bound to before loading jQuery. This feature is 
very useful because it allows to avoid conflict with other JS libraries binding 
to "$". Especially when developing embeddable widgets running on pages that can 
contain any library or even other jQuery instance.

As far as I understand there is no such feature in gwtquery at the moment. Do 
you plan to implement such functionality?

Original issue reported on code.google.com by fwn...@gmail.com on 28 Jul 2013 at 11:16

GoogleCodeExporter commented 9 years ago
I love a good troll.

Original comment by lord.fabs@gmail.com on 23 Oct 2013 at 7:12

GoogleCodeExporter commented 9 years ago
GQuery is a rewrite of jQuery in GWT. GQuery will never conflict with other 
javascript library as it doesn't define a '$' function in the global scope

Original comment by julien.d...@gmail.com on 29 Nov 2013 at 11:53