]> source.dussan.org Git - gwtquery.git/commit
- domManip was modifying the set of noded passed.
authorManolo Carrasco <manolo@apache.org>
Wed, 23 Jun 2010 09:35:22 +0000 (09:35 +0000)
committerManolo Carrasco <manolo@apache.org>
Wed, 23 Jun 2010 09:35:22 +0000 (09:35 +0000)
commitbb60379df2d66648740c7d38d628fde2ff1f98bd
tree8945f03c2d18609661b226b960fcbbbc5eceec28
parent6cab544265689a51ea8ad17f84664ce142122e90
- domManip was modifying the set of noded passed.
- appendTo and prependTo was returning an incorrect gquery object.
- overloaded the methods appendTo and prependTo in order to accept the same options other methods do.
- allow document node to be used in append and prepend methods.
- Fixed an issue in ClipAnimation when the element has an absolute position set by css.
gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/ClipAnimation.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryCoreTest.java