I've developed a jQuery widget that makes use of jQuery plugins, which
works fine standalone.  However, once plugged into GWT, it seems not
to wait for the jQuery plugins... I load the plugins with:

<module>
    <script src="js/hcView/jquery.min.js"/>
    <script src="js/hcView/jquery-ui.min.js"/>
    <script src="js/hcView/jquery.scroll.events.js"/>
    <script src="js/hcView/jquery.json-2.2.min.js"/>
    .
    .
    .
    <script src="js/hcView/lazy-table.js"/>
</module>

Firebug shows them both .js files as loaded.  The GWT code makes use
of onLoad() - which should ensure all is loaded...?  Also tried jQuery
ready() function.  Any other suggestions?

-- 
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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to