您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Manolo Carrasco 90a09550ed adding Lazy interface for Widgets plugin. Fixing a test 13 年前
archetype [maven-release-plugin] prepare for next development iteration 13 年前
devtest updating to gwt 2.1.0 and fixing compilation (patch by julien.dramaix) and tests for it. fixes issue59 and issue58 13 年前
gwtquery-core adding Lazy interface for Widgets plugin. Fixing a test 13 年前
plugins deleted stars example which was moved to gwtquery-plugins 13 年前
samples deleted stars example which was moved to gwtquery-plugins, and little changes to samples module 13 年前
.svnignore 16 年前
LICENSE added the LICENSE file to the project 14 年前
README.txt First release of GwtQuery alpha 0.1 16 年前
extractInterface.pl Script to generate code of lazyInterfaces was removing some valid lines in javadocs 14 年前
extractLazyInterfaces.sh adding Lazy interface for Widgets plugin. Fixing a test 13 年前
pom.xml pom.xml changes in profiles 13 年前
svnignore.sh svnignore script nows accepts arguments to add recursively folders/files, and preserves the old svnignore table 13 年前
update_demos_svn.sh added an archetype to create a gquery application from scratch 14 年前
update_docs_svn.sh update demos 14 年前

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