A jQuery clone for GWT, and much more.
Go to file
christiangoudreau d616050c21
Update README.md
2024-02-06 08:10:34 -05:00
archetype bump gwt version 2017-09-28 11:38:03 +02:00
devtest Implement API based on jQuery for special events 2014-12-21 08:48:32 +01:00
gwtquery-core squid:UselessParenthesesCheck Useless parentheses around expressions should be removed to prevent any misunderstanding 2016-02-10 15:30:48 +04:00
jsquery Increase snapshot versions. Include archetype module so as we deploy it at the same time than gquery. 2014-06-12 10:54:37 +02:00
samples Casting 2016-04-26 10:53:06 +02:00
.gitignore Use profiles to compile jsquery and samples, so as they are not copmpiled by default. Other adjustments in poms and gitignore 2013-07-01 09:05:41 +02:00
change_version.sh Increase snapshot versions. Include archetype module so as we deploy it at the same time than gquery. 2014-06-12 10:54:37 +02:00
extractInterface.pl Removing checkstyle errors 2015-01-02 13:25:55 +01:00
extractLazyInterfaces.sh adding Lazy interface for Widgets plugin. Fixing a test 2011-01-16 10:16:01 +00:00
LICENSE added the LICENSE file to the project 2010-08-01 07:15:05 +00:00
pom.xml vuln-fix: Use HTTPS instead of HTTP to resolve deps CVE-2021-26291 2023-12-17 23:45:14 +00:00
README.md Update README.md 2024-02-06 08:10:34 -05:00
README.txt Update README.txt 2015-02-17 09:29:24 -05:00
svnignore.sh svnignore script nows accepts arguments to add recursively folders/files, and preserves the old svnignore table 2010-10-25 07:26:35 +00:00
update_demos_svn.sh Prepare to release 1.0.0 2011-05-03 09:16:48 +00:00
update_docs_svn.sh updated javadocs 2011-03-01 14:17:57 +00:00

GwtQuery

GwtQuery a.k.a. GQuery is a jQuery-like API written in GWT, which allows GWT to be used in progressive enhancement scenarios where perhaps GWT widgets are too heavyweight. It can also be used to find and improve your GWT widgets.

GwtQuery is easy to learn for those using jQuery as they share the same api, aditionally gquery adds nice features like type-safe css, compile time optimisations, etc.

Currently, almost the jQuery API is written and all CSS3 selectors should be supported.

We are working in a brand new web site, in the meanwhile for more information/documentation visit gQuery doc pages at : http://dev.arcbees.com/gquery/

Thanks to

Vaadin.com

Atlassian