From 7eec296cdcfe82c124261bb305aa1eda6b114693 Mon Sep 17 00:00:00 2001 From: jdramaix Date: Fri, 28 Sep 2012 23:51:42 +0200 Subject: add README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 + -- cgit v1.2.3