callback - GWT Query selector not working -


gwt query selector i.e. $("#id") not working inside callback function. xyz.find("#id") works, xyz -> gquery variable. callback function doesn't support $ selector or there other problem.

are sure element id "id" attached dom when callback function called ?

when execute $("#id"), gquery try find elements matching selectors within set of elements of dom tree . when execute xyz.find("#id"), gquery try find elements matching selectors inside array of elements selected xyz no matter elements still or not in dom tree.


Comments

Popular posts from this blog

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -

php - Deleting/Renaming a locked file -