Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Manolo Carrasco 1e94c1d26b updated javadocs il y a 13 ans
archetype [maven-release-plugin] prepare for next development iteration il y a 13 ans
devtest Standarizing Copyright headers in all source files il y a 13 ans
gwtquery-core margin and padding shorthand properties can be defined with either one, two, three or four Length il y a 13 ans
gwtquery-core-2.2.0 disable unique version in snapshot repo, so as we can upload multiple classifier il y a 13 ans
samples use new way to set CSS il y a 13 ans
.svnignore il y a 16 ans
LICENSE added the LICENSE file to the project il y a 14 ans
README.txt First release of GwtQuery alpha 0.1 il y a 16 ans
extractInterface.pl Do not copy deprecated methods in lazy interfaces to avoid compiler warnings il y a 13 ans
extractLazyInterfaces.sh adding Lazy interface for Widgets plugin. Fixing a test il y a 13 ans
pom.xml disable unique version in snapshot repo, so as we can upload multiple classifier il y a 13 ans
svnignore.sh svnignore script nows accepts arguments to add recursively folders/files, and preserves the old svnignore table il y a 13 ans
update_demos_svn.sh added an archetype to create a gquery application from scratch il y a 14 ans
update_docs_svn.sh updated javadocs il y a 13 ans

README.txt


Introduction
------------

GwtQuery 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.

Currently, only a part of the jQuery API is written. Most CSS3 selectors are
supported. People feel free to contribute patches to bring the API more in
line with jQuery.

This code is alpha, so expect it to break, and expect the API to change
in the future.

I would like the thank John Resig for writing jQuery, a kick ass library,
that is a pleasure to use, and I hope to capture that feeling in GWT. Also,
thanks to Robery Nyman for writing the fastest CSS Selector API
implementation (DOMAssistant), which I used as a guide for the GWT
impementation. GwtQuery is in large part, a port of DOMAssistant.

I am releasing this under the MIT License in the spirit for Robert Nyman's
choice, since the performance of this library wouldn't have been possible
without him.

Thanks,
Ray Cromwell <ray@timefire.com>
CTO, TimeFire