Tagged Questions

GwtQuery a.k.a. gQuery is a jQuery-like API written in GWT. It offers the possibility to use the jquery api in gwt projects.

learn more… | top users | synonyms

7
votes
2answers
937 views

How to begin working with GwtQuery?

I've dived into the GWT world a couple of months ago and find it quite interesting. I'm currently developing a web application which is to be used internally and so we need to resize the browser ...
0
votes
1answer
20 views

ghost, border dragg effect on gwt , gwtquery

I'm trying to implement ghost effect on drag operation on gwt, i'm using gwtquery, maybe it also known as border drag effect.. does anyone has an idea to implement it? note: i know it can be ...
0
votes
1answer
61 views

Need help catching GwtQuery Datepicker select event

I want to execute some code when a date is selected using the Datepicker widget that is packaged with the GWT Query UI plug-in. My attempt is below. The widget appears on the screen, and is ...
0
votes
2answers
318 views

How to get a reference to the Window object using GWTQuery?

The title pretty much says it all. I'm trying to use jQuery's ability (hoping GWTQuery has implemented it) to pass a callback function to the window.resize something like this(example from jquery ...