-
```
What steps will reproduce the problem?
- GQuery.$("hello").css("position","absolute").css("position")
What is the expected output? What do you see instead?
- I expect "absolute" from the line abo…
-
```
I ported parts of this to be used outside of GWT. I added the ability to
use xpath selectors. The code is part of a set of xml utilities i have.
So something like
$("div").next().wrap("");
Co…
-
```
Judging by reading this code
http://code.google.com/p/gwtquery/source/browse/trunk/gwtquery-
core/src/main/java/gwtquery/client/GQuery.java?r=5#282 it seems like it's
not possible to bind more t…
-
```
Suppose below html:
blahblah...
gwtquery:
$("p").is(":hidden") return false, which should return true;
I use GQuery 1.2.0.
jQuery doc: http://api.jquery.com/hidden-selector/
```
Original is…
-
```
Could be nice to have this method :
/**
* This function accepts a SafeHtml object
*/
public static GQuery $(SafeHtml html) {
return innerHtml(html.asString());
}
```
Original issue repor…
-
```
gwtquery jar has been added both in the project classpath and in the project
pom.xml.
Execution in dev mode is ok. However, when trying to deploy on appengine, we
get the errors copied below, th…
-
```
What steps will reproduce the problem?
Create the following entry point. You must make sure the html page is ie8
standards compliant and ie8 is in standards mode (proper doctype, nothing above …
-
```
I think GWTQuery would get significantly more use if there was a way for people
to automatically submit plugins, similiar to the jquery website.
They have a plugin repository with built in categ…
-
```
Hey there,
i found a NPE in EventsListener.dispatchEvent(Event). it also could be related
to GwtGhosen so i also created a ticket there.
i made a small project where you can see the bug. you ca…
-
```
What steps will reproduce the problem?
1. Add Internationalization feature to an example app
2. Add en .html file
3. Compile and run app ( not in hosted mode )
What is the expected output? What…