-
```
What steps will reproduce the problem?
1. $("div[@class='comment']:contains('John')").css("text-decoration",
"underline");
2.
3.
What is the expected output? What do you see instead?
As per the …
-
```
What steps will reproduce the problem?
1. bind a function to window.resize
2. clear mouseMove : $(window).unbind("mouseMove")
3. notice the effect of resize by trying to resize. (it should be clea…
-
```
clone function with the "withDataAndEvents" option is not there as of yet.
```
Original issue reported on code.google.com by `kisalay...@gmail.com` on 3 Oct 2012 at 8:18
-
```
http://api.jquery.com/on/
```
Original issue reported on code.google.com by `julyg...@gmail.com` on 26 Oct 2012 at 2:14
-
```
$("table").animate("$width:'500'"), 400, Easing.LINEAR);
should be
$("table").animate("$width:'500'", 400, Easing.LINEAR);
in the documentation for .animate function ( javadocs)
```
Origi…
-
```
What steps will reproduce the problem?
1. Download latest gwtquery code from SVN and load it into an Eclipse project
2. Let eclipse try to build the project
What is the expected output? What do …
-
```
What steps will reproduce the problem?
1. Create a maven gwt project that includes a dependency on gwtquery 1.4.0
2. Run the project (either dev or prod).
3. See exceptions thrown when gwtquery co…
-
```
What steps will reproduce the problem?
1. jquery plot charts is not implemented
2.
3.
What is the expected output? What do you see instead?
Nothing is developed
What version of the product are y…
-
```
For performance reason, the droppable plugin caches the dimension, position and
other stuffs for all visible droppable elements when the drag operation starts.
Add a convenience method in DragAn…
-
```
Hi Manolo
works on ff, not on chrome inside of plugin; build below
many different attempts to clear body and insert nodes via gquery all seem to
do bad things to chrome plugin.
/**
* Exampl…