Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Fixes #7413; isEmptyObject() check to see if obj passes isPlainObject | rwldrn | 2010-11-09 | 2 | -4/+17 | |
| |/ / / / / | ||||||
* | | | | | | Merge branch 'bug7524' of https://github.com/csnover/jquery into csnover-bug7524 | John Resig | 2010-12-06 | 2 | -8/+13 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Only try to get data attributes for a jQuery-wrapped object if it is ↵ | Colin Snover | 2010-12-03 | 2 | -8/+13 | |
| | |/ / / / | |/| | | | | | | | | | | | | | | | | actually an Element node. Fixes #7524. | |||||
* | | | | | | Merge branch 'bug6242' of https://github.com/csnover/jquery into csnover-bug6242 | John Resig | 2010-12-06 | 1 | -6/+13 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix memory leaks in IE caused by the custom abort function of $.ajax. Fixes ↵ | Colin Snover | 2010-12-03 | 1 | -6/+13 | |
| |/ / / / / | | | | | | | | | | | | | | | | | | | bug #6242. | |||||
* | | | | | | Merge branch 'bug7531' of https://github.com/csnover/jquery into csnover-bug7531 | John Resig | 2010-12-06 | 2 | -1/+14 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Optimize for size instead of speed. | Colin Snover | 2010-11-17 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Coerce s.url to string before calling replace, since replace is also a ↵ | Colin Snover | 2010-11-17 | 2 | -1/+14 | |
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | method of a Location object. Fixes #7531. | |||||
* | | | | | | Merge branch 't6398' of https://github.com/jitter/jquery into jitter-t6398 | John Resig | 2010-12-06 | 2 | -4/+11 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Make sure custom events named "submit" can be bound to non DOM elements in ↵ | Anton M | 2010-11-21 | 2 | -4/+11 | |
| |/ / / / / | | | | | | | | | | | | | | | | | | | IE too. Fixes 6398. | |||||
* | | | | | | Merge branch 't4386' of https://github.com/jitter/jquery into jitter-t4386 | John Resig | 2010-12-06 | 2 | -2/+7 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Make sure IE clones body elements correctly. Fixes 4386. | Anton M | 2010-11-21 | 2 | -2/+7 | |
| |/ / / / / | ||||||
* | | | | | | Merge branch 't7578' of https://github.com/jitter/jquery into jitter-t7578 | John Resig | 2010-12-06 | 2 | -3/+14 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add unit test for fix to #7578. | Anton M | 2010-11-24 | 1 | -2/+13 | |
| | | | | | | | ||||||
| * | | | | | | Set cache to false as default for script or json requests. Fixes 7578. | Anton M | 2010-11-19 | 1 | -1/+1 | |
| |/ / / / / | ||||||
* | | | | | | Merge branch 't5476' of https://github.com/jitter/jquery into jitter-t5476 | John Resig | 2010-12-06 | 2 | -6/+6 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Improve performance of get() for negative indices. Fixes #5476. | Anton M | 2010-11-19 | 2 | -6/+6 | |
| |/ / / / / | ||||||
* | | | | | | Merge branch 'restrictAttr' of https://github.com/jitter/jquery into ↵ | John Resig | 2010-12-06 | 2 | -67/+119 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | jitter-restrictAttr | |||||
| * | | | | | | Make sure attr() works on non DOM element nodes. Fixes #7202, #7451, #7500. | Anton M | 2010-11-13 | 2 | -4/+54 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also added some tests for this attr(name), attr(name, value) and removeAttr(name). | |||||
| * | | | | | | Partially revert commit a64dc0405064d68c7b7cd0f0fc8ea60086cbcd21. | Anton M | 2010-11-10 | 1 | -64/+66 | |
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing the conditional was too liberal as now attr() would even work on plain javascript objects. Keeping a check to make sure it is at least a DOM Node is appropriate. Using nodeName as in the commit which introduced the nodeType === 1 check seems plausible. | |||||
* | | | | | | Merge branch 't7673' of https://github.com/jitter/jquery into jitter-t7673 | John Resig | 2010-12-06 | 2 | -5/+9 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Handle carriage return characters in className property. Fixes #7673. | Anton M | 2010-12-01 | 2 | -5/+9 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge branch 'jquery145' of https://github.com/danheberden/jquery into ↵ | John Resig | 2010-12-06 | 1 | -2/+2 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | danheberden-jquery145 | |||||
| * | | | | | Fix for #6911 - prevent disabled elements in liveHandler | danheberden | 2010-11-21 | 1 | -2/+2 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Convert test/data/text.php to use lf line endings. | Henri Wiechers | 2010-11-12 | 1 | -12/+12 | |
| | | | | | ||||||
* | | | | | Convert test/delegatetest.html to use lf line endings. | Henri Wiechers | 2010-11-12 | 1 | -242/+242 | |
| | | | | | ||||||
* | | | | | Mark *.jar files as binary. | Henri Wiechers | 2010-11-12 | 1 | -1/+2 | |
| | | | | | ||||||
* | | | | | Changed crlf attribute to newer eol one. | Henri Wiechers | 2010-11-12 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Updating the source version to 1.4.5pre. | John Resig | 2010-11-11 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Tagging the 1.4.4 release. | John Resig | 2010-11-11 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Updating the source version to 1.4.4pre. | jeresig | 2010-11-10 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Tagging the 1.4.4rc3 release.1.4.4rc3 | jeresig | 2010-11-10 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Backing out commit 795e880bba1f7f949df58748f7fd92e50296a8f4 - errors popping ↵ | jeresig | 2010-11-09 | 2 | -39/+4 | |
| | | | | | | | | | | | | | | | | up in IE 6/7/8. | |||||
* | | | | Need to also handle the case where 'auto' is being returned, as in Firefox. ↵ | jeresig | 2010-11-09 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | Follow-up to #7395. | |||||
* | | | | Maintain returning 0px from width/height for disconnected nodes for ↵ | jeresig | 2010-11-09 | 3 | -8/+35 | |
| | | | | | | | | | | | | | | | | backwards compat, for now. Fixes #7395. | |||||
* | | | | Fixes #7397; Adds 4 supporting unit tests. | rwldrn | 2010-11-09 | 2 | -4/+39 | |
|/ / / | ||||||
* | | | Remove conditional that prevents attr from working on non-Element nodes. ↵ | Colin Snover | 2010-11-09 | 2 | -67/+66 | |
| | | | | | | | | | | | | Fixes #7451. | |||||
* | | | Merge branch 'fixAdjacentTests' of https://github.com/jitter/jquery into ↵ | John Resig | 2010-11-09 | 1 | -5/+5 | |
|\ \ \ | | | | | | | | | | | | | jitter-fixAdjacentTests | |||||
| * | | | Fix selector tests broken by newer version of Qunit. | Anton M | 2010-11-09 | 1 | -5/+5 | |
| | | | | ||||||
* | | | | Ensure that unquoted attribute selectors are quoted (allowing them to go ↵ | John Resig | 2010-11-09 | 1 | -3/+11 | |
| | | | | | | | | | | | | | | | | into qSA/matchesSelector properly). Fixes #7216. | |||||
* | | | | Make sure that if an additional load event is triggered (such as an iframe ↵ | John Resig | 2010-11-09 | 1 | -8/+11 | |
| | | | | | | | | | | | | | | | | being dynamically injected in DOM ready) the ready event isn't triggered twice. Fixes #7352. | |||||
* | | | | Merge branch 'bug7422' of https://github.com/csnover/jquery into csnover-bug7422 | John Resig | 2010-11-09 | 2 | -5/+9 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Ensure that AJAX requests are actually aborted in all browsers. Fix #7422. | Colin Snover | 2010-11-06 | 2 | -5/+9 | |
| | | | | ||||||
* | | | | Make sure that when multiple variables are being declared that assignments ↵ | John Resig | 2010-11-09 | 12 | -45/+98 | |
| | | | | | | | | | | | | | | | | are each done on their own line. | |||||
* | | | | We don't do end of line comments, move them above. | John Resig | 2010-11-09 | 2 | -3/+5 | |
|/ / / | ||||||
* | | | Merge branch 'master' of github.com:jquery/jquery | jeresig | 2010-11-03 | 0 | -0/+0 | |
|\ \ \ | ||||||
| * | | | Limit the scope of the CSS 'auto' change to just height/width. Fixes #7293. | jeresig | 2010-11-03 | 2 | -3/+7 | |
| | | | | ||||||
* | | | | Limit the scope of the CSS 'auto' change to just height/width. Fixes #7393. | jeresig | 2010-11-03 | 2 | -3/+7 | |
|/ / / | ||||||
* | | | Updating the source version to 1.4.4pre. | jeresig | 2010-11-03 | 1 | -1/+1 | |
| | | | ||||||
* | | | Tagging the 1.4.4rc2 release.1.4.4rc2 | jeresig | 2010-11-03 | 1 | -1/+1 | |
| | | |