ArcBees / gwtquery

A jQuery clone for GWT, and much more.
MIT License
85 stars 38 forks source link

Error in documentation #199

Closed jDramaix closed 11 years ago

jDramaix commented 11 years ago

Original author: kisalay...@gmail.com (January 03, 2013 10:53:20)

$("table").animate("$width:'500'"), 400, Easing.LINEAR);

should be

$("table").animate("$width:'500'", 400, Easing.LINEAR);

in the documentation for .animate function ( javadocs)

Original issue: http://code.google.com/p/gwtquery/issues/detail?id=168

jDramaix commented 11 years ago

From julien.d...@gmail.com on January 07, 2013 10:11:21 moved to https://github.com/gwtquery/gwtquery/issues/5

jDramaix commented 11 years ago

From julien.d...@gmail.com on January 07, 2013 10:14:11 fixed in pull request : https://github.com/gwtquery/gwtquery/pull/6

jDramaix commented 11 years ago

From manuel.carrasco.m on January 22, 2013 18:02:38 Julien, the comment in the javadocs is ok, GQuery is able not only to animate style properties but element attributes, the key to figure-out which to animate is the dollar character. This was needed because when you position 'svg' elements you have to use html attributes instead of css ie: .

So this is not actually an issue, may be we should clarify the comment

jDramaix commented 11 years ago

From julien.d...@gmail.com on January 22, 2013 19:28:04 Manolo, I reopened the bug, could you handle it ?

jDramaix commented 11 years ago

From manuel.carrasco.m on January 23, 2013 07:30:02 sure

jDramaix commented 11 years ago

From manuel.carrasco.m on February 11, 2013 13:52:55 This issue was closed by revision 11951bf30b23.