]> source.dussan.org Git - gwtquery.git/commit
add detach method.
authorJulien Dramaix <julien.dramaix@gmail.com>
Mon, 28 Mar 2011 21:13:39 +0000 (21:13 +0000)
committerJulien Dramaix <julien.dramaix@gmail.com>
Mon, 28 Mar 2011 21:13:39 +0000 (21:13 +0000)
commit05167d6898ba2135d1fab5f9f7f0ae4bcd07ffa0
treeeec8e3a90391ad24e48da8af668dca69e89a920d
parent8c0f85f1b80a7c4fbfe7a27f6ab81dc0ca1a39ee
add detach method.
refactoring of the remove() method to be compliant with jQuery documentation
add test for remove and detach methods.
Don't try to clean GQuery events if no one EventListener exists + correct bug in event cleaning
gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java
gwtquery-core/src/main/java/com/google/gwt/query/client/LazyGQuery.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/GQueryCoreTest.java