diff options
author | Ray Cromwell <cromwellian@gmail.com> | 2008-05-29 20:33:46 +0000 |
---|---|---|
committer | Ray Cromwell <cromwellian@gmail.com> | 2008-05-29 20:33:46 +0000 |
commit | f90069409ff6627cbff53b72a2ec80afc88c3a6b (patch) | |
tree | b9510603b735587a12905808768dc06831f6cbfc /README.txt | |
parent | 8c2c8ba155c3d5c6f196a899a25a98fc63a34d05 (diff) | |
download | gwtquery-f90069409ff6627cbff53b72a2ec80afc88c3a6b.tar.gz gwtquery-f90069409ff6627cbff53b72a2ec80afc88c3a6b.zip |
First release of GwtQuery alpha 0.1
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/README.txt b/README.txt new file mode 100644 index 00000000..77a47eb4 --- /dev/null +++ b/README.txt @@ -0,0 +1,28 @@ + +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 |