aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorjdramaix <julien.dramaix@gmail.com>2012-09-28 23:51:42 +0200
committerManolo Carrasco <manolo@apache.org>2012-10-01 06:59:54 +0200
commit7eec296cdcfe82c124261bb305aa1eda6b114693 (patch)
tree544fc59bc05678ecdc32678d252821a1e869ae13 /README.md
parentbf2994b6a99e906b6fcde642da5f5b08dd177558 (diff)
downloadgwtquery-7eec296cdcfe82c124261bb305aa1eda6b114693.tar.gz
gwtquery-7eec296cdcfe82c124261bb305aa1eda6b114693.zip
add README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..4a6dae78
--- /dev/null
+++ b/README.md
@@ -0,0 +1,11 @@
+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.
+
+For more information/documentation : http://www.gwtquery.com
+