I have the same problem: I want o embed jQuery library in my GWT-
created page.
I know about GQuery and I already use GWT 1.5, but I need pure
Javascript jQuery -- I want to make use of some library depending on
it (jQuery modal, http://dev.iceburg.net/jquery/jqModal/).

I've tried to add proper <script src=...> entry in the .xml
configuration, but if I write $(...) in my JSNI methods, the exception
is thrown saying $ is undefined. (Using jQuery(...) doesn't help
either.)

Any idea what should I do?
Thanks,
Piotr

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to