Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Manolo Carrasco 985a2445de Prepare to release 1.0.0 13 лет назад
archetype [maven-release-plugin] prepare for next development iteration 13 лет назад
devtest Prepare to release 1.0.0 13 лет назад
gwtquery-core Prepare to release 1.0.0 13 лет назад
gwtquery-core-2.0.1 Prepare to release 1.0.0 13 лет назад
gwtquery-core-2.1.0 Prepare to release 1.0.0 13 лет назад
gwtquery-core-2.2.0 [maven-release-plugin] rollback the release of gwtquery-project-1.0.0 13 лет назад
samples Prepare to release 1.0.0 13 лет назад
.svnignore 16 лет назад
LICENSE added the LICENSE file to the project 13 лет назад
README.txt First release of GwtQuery alpha 0.1 16 лет назад
extractInterface.pl Do not copy deprecated methods in lazy interfaces to avoid compiler warnings 13 лет назад
extractLazyInterfaces.sh adding Lazy interface for Widgets plugin. Fixing a test 13 лет назад
pom.xml Prepare to release 1.0.0 13 лет назад
svnignore.sh svnignore script nows accepts arguments to add recursively folders/files, and preserves the old svnignore table 13 лет назад
update_demos_svn.sh Prepare to release 1.0.0 13 лет назад
update_docs_svn.sh updated javadocs 13 лет назад

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