There exists a GWT based application (without source code), and there is a need to manipulate its date-pickers. So I thought to use jQuery to do this, but the problem is GWT changes the DOM model after each ajax call, and I don't know how to be informed of that refreshes to use the jQuery to select the elements and do my stuff.
Is it possible to use jQuery for this work? Is there a better solution to manipulate elements of a GWT page without accessing its source code?