aboutsummaryrefslogtreecommitdiffstats
path: root/jsquery/src
Commit message (Collapse)AuthorAgeFilesLines
* Implement some methods which are in jquery but they werent in jsquery and ↵Manuel Carrasco Moñino2013-02-201-30/+61
| | | | gquery
* The find/replace action set abstract to interfaces which actually dont need itManuel Carrasco Moñino2013-02-141-6/+6
|
* Add TODO commentManuel Carrasco Moñino2013-02-141-0/+1
|
* Change overlay class to abstract so as we dont need dummy implementation of ↵Manuel Carrasco Moñino2013-02-141-244/+251
| | | | methods
* End lines with LF instead of CRLFManuel Carrasco Moñino2012-11-2610-88/+88
|
* This class was used for debuging, it must not be in the gquery repositoryManuel Carrasco Moñino2012-11-071-834/+0
|
* Adding a dollar method to handle any object and route it to the apropriate ↵Manuel Carrasco Moñino2012-11-072-28/+2
| | | | constructor. Handle js functions and arrays like jquery does
* removing old stuffManolo Carrasco2012-03-186-647/+0
|
* Big refactor in jsquery so as classes namespaces match gwtquery core and ↵Manolo Carrasco2012-03-1824-5/+1522
| | | | 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-1211-8/+1797
| | | | 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-192-11/+48
|
* 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
|
* New gwt module to export gwtquery to javascriptManolo Carrasco2011-09-057-0/+442