I have been coding a project with GWTQuery but I can't find a GWTQuery equivalent of $(document).ready(function).
I tried doing a:
$(new Function(){ /* Function comes here */ });
and although this does not produce a syntactical error, any code written inside it produces no results.
You need not to write any ready function.
if INW,you can directly start writing in
onModuleLoadAnd as shown in GWTQuery guide,we can start writing code in onModuleLoad.