GwtQuery a.k.a. gQuery is a jQuery-like API written in GWT.
I am a newcomer to GWT and JavaScript. There are similar question of this type I have tried to follow, …
I am not able to use $("#"+profileId).offset().top from inside my gwt jsni function. I tried this $wnd.$("#"+profileId).…