]> source.dussan.org Git - gwtquery.git/commit
Call rebind whenenver an element is reattached to the DOM, and clean events and data...
authorManolo Carrasco <manolo@apache.org>
Mon, 28 Mar 2011 14:55:52 +0000 (14:55 +0000)
committerManolo Carrasco <manolo@apache.org>
Mon, 28 Mar 2011 14:55:52 +0000 (14:55 +0000)
commit19162b28d641772d19c12974333a25d06e8299dd
tree6c69b865b91defc59dd68edbd1abea4947e2cb01
parent98fcea52140038aef85333060e10a5022d5c5f35
Call rebind whenenver an element is reattached to the DOM, and clean events and data only if the remove method is called with "true" arg
gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/events/EventsListener.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryEventsTest.java