]> source.dussan.org Git - gwtquery.git/commitdiff
add README.md
authorjdramaix <julien.dramaix@gmail.com>
Fri, 28 Sep 2012 21:51:42 +0000 (23:51 +0200)
committerManolo Carrasco <manolo@apache.org>
Mon, 1 Oct 2012 04:59:54 +0000 (06:59 +0200)
README.md [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..4a6dae7
--- /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
+