gwtquery icon indicating copy to clipboard operation
gwtquery copied to clipboard

A jQuery clone for GWT, and much more.

Results 52 gwtquery issues
Sort by recently updated
recently updated
newest added

Any plans supporting GWT 2.10.0? We were using version `1.5-beta1` with success together with 2.9.0 However when upgrading to 2.10.0 we notice the following issue: ``` [INFO] Tracing compile failure...

Is gwtQuery supports GWT 2.9? or are there any alternative.

This change is [](https://reviewable.io/reviews/arcbees/gwtquery/387)

Hi folks, ¿Is the last stable version (1.4.3)compatible with gwt 2.8.0? Regards

[![mitm_build](https://user-images.githubusercontent.com/1323708/59226671-90645200-8ba1-11e9-8ab3-39292bef99e9.jpeg)](https://medium.com/@jonathan.leitschuh/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb?source=friends_link&sk=3c99970c55a899ad9ef41f126efcde0e) - [Want to take over the Java ecosystem? All you need is a MITM!](https://medium.com/@jonathan.leitschuh/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb?source=friends_link&sk=3c99970c55a899ad9ef41f126efcde0e) - [Update: Want to take over the Java ecosystem? All you need is a MITM!](https://medium.com/bugbountywriteup/update-want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-d069d253fe23?source=friends_link&sk=8c8e52a7d57b98d0b7e541665688b454)...

In `/gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/events/EventsListener.java` there's a following piece of code: ```java private static native void sinkBitlessEvent(Element elem, String name) /*-{ if (!elem.__gquery) elem.__gquery = []; if (elem.__gquery[name]) return; elem.__gquery[name] = true; var...

I am trying to submit a form upload using the Ajax request but it appears that the contentType is being overridden with the resolveSettings() method of the Ajax class. In...

It's hard to find information about the last qwtquery release. Before moving to github, we updated a wiki page on google code but as google code is now read only,...

I tried `compile 'com.googlecode.gwtquery:gwtquery:1.5-beta1'` but this does not work well with GWT2.8-SNAPSHOT. ``` Compiling module test.widget.TestClient Tracing compile failure path for type 'com.google.gwt.lang.Exceptions' [ERROR] Errors in 'jar:file:/Users/mg/.gradle/caches/modules-2/files-2.1/com.google.gwt/gwt-dev/2.8.0-SNAPSHOT/8810b850654af3d763e025e1e9d4ffc6d1e040cb/gwt-dev-2.8.0-SNAPSHOT.jar!/com/google/gwt/dev/jjs/intrinsic/com/google/gwt/lang/Exceptions.java' [ERROR] Line 40:...

When my module is fetched by a page accessed via http, it is good, but when the page is accessed via https I get" ``` configure-0.js:14352 Uncaught com.google.gwt.core.client.JavaScriptException: (SecurityError) :...