aboutsummaryrefslogtreecommitdiffstats
path: root/jsquery
Commit message (Collapse)AuthorAgeFilesLines
* removing old stuffManolo Carrasco2012-03-186-647/+0
|
* Big refactor in jsquery so as classes namespaces match gwtquery core and ↵Manolo Carrasco2012-03-1825-6/+1523
| | | | plugins packages
* move the example plugin to the plugins namespaceManolo Carrasco2012-03-1710-17/+12
|
* exporting $.isArray and using it in example plugin because ↵Manolo Carrasco2012-03-177-81/+107
| | | | object.constructor == Array does not work when objects are in differen windows (gwt iframe)
* JsQuery: Fix scrolls in JsMenu pluginManolo Carrasco2012-03-155-17/+28
|
* method afterCreate calls the onload functionsManolo Carrasco2012-03-153-11/+9
|
* Rename classManolo Carrasco2012-03-154-13/+16
|
* JsQuery: Fix inArray static methodManolo Carrasco2012-03-155-52/+54
|
* jsquery re-factoringManolo Carrasco2012-03-146-196/+250
|
* Fixes in js-menu plugin and some code clean upManolo Carrasco2012-03-146-105/+90
|
* This is the first jQuery plugin working with jsQuery. It needs cleanning and ↵Manolo Carrasco2012-03-1213-20/+1840
| | | | maybe BundleGenerators to have the js in an external file
* fixes in exported apiManolo Carrasco2011-10-261-40/+96
|
* Strip js, first try to implement extendManolo Carrasco2011-10-193-11/+50
|
* README changesManolo Carrasco2011-09-061-7/+15
|
* attr signature changed in GQuery. Adding jsquery.js to the repo so as people ↵Manolo Carrasco2011-09-063-9/+9
| | | | could test it from http://gwtquery.googlecode.com/api/jsquery.js
* update lazy interfacesManolo Carrasco2011-09-061-2/+2
|
* Adding an example which works with jsqueryManolo Carrasco2011-09-0511-0/+105
|
* New gwt module to export gwtquery to javascriptManolo Carrasco2011-09-059-0/+567