Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespace. | Scott González | 2012-04-18 | 1 | -1/+1 |
| | |||||
* | Protect all copyright notices against minification | Jo Liss | 2012-04-02 | 1 | -1/+1 |
| | | | | | | | For instance, this is useful for the jquery-ui-rails gem, which does not use jQuery UI's own minification, but relies on Rails to minify the files where necessary. Rails in turn uses UglifyJS for JS and YUI for CSS, both of which respect the /*! ... */ convention. | ||||
* | Updated copyright year. | Scott González | 2012-03-08 | 1 | -1/+1 |
| | |||||
* | Effects.*: DRY the complete callback execution into the 'done' callback ↵ | gnarf | 2011-06-21 | 1 | -5/+2 |
| | | | | passed into an effect | ||||
* | Effects.*: Updating Effect Method API to avoid duplicating the queue call - ↵ | gnarf | 2011-06-21 | 1 | -21/+19 |
| | | | | Fixes #7318 - Add the queue functions to $.fn.effect() | ||||
* | effects.*: Updating fade, pulsate, scale, shake to pass units | gnarf | 2011-05-01 | 1 | -5/+12 |
| | |||||
* | Effects: Moved effects to $.effects.effect[] and deprecated use of ↵ | gnarf | 2011-03-15 | 1 | -1/+1 |
| | | | | $.effects[]. Fixes #7103 - Effects: Move effects to $.effects.effect[]. | ||||
* | effects.fade: Using $ instead of jQuery | gnarf | 2011-03-06 | 1 | -1/+1 |
| | |||||
* | effects.*: More Style Guidance | gnarf | 2011-03-06 | 1 | -8/+10 |
| | |||||
* | Updated copyright year. | Scott González | 2011-01-17 | 1 | -1/+1 |
| | |||||
* | All: Added http://jqueryui.com/about to header comments. | Scott González | 2010-07-14 | 1 | -1/+1 |
| | |||||
* | All: Define a local undefined variable inside the main closure. | Scott González | 2010-07-13 | 1 | -1/+1 |
| | |||||
* | Updated copyright headers to make it clear that you can choose between MIT ↵ | Scott González | 2010-07-09 | 1 | -3/+3 |
| | | | | and GPLv2. Also added a link to http://jquery.org/license. | ||||
* | Happy New Year | Richard Worth | 2010-01-20 | 1 | -1/+1 |
| | |||||
* | Effects: Added fade effect. Needs documentation. | Scott González | 2009-11-13 | 1 | -0/+32 |
Fixes #4416 - Add fade effect. |