Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Fix attr() problems in IE with attribute nodes. Followup to commit b50f41a2. | Anton M | 2010-12-07 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IE can't add properties on an attribute-node element, thus we handle it like text-/comment-nodes. | |||||
* | | | | | | Merge branch 'rfxnum' of https://github.com/lrbabe/jquery into lrbabe-rfxnum | jeresig | 2010-12-09 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Precising the unit part of rfxnum regex | louisremi | 2010-12-09 | 1 | -1/+1 | |
| |/ / / / / | ||||||
* | | | | | | Merge branch 'bug_7413' of https://github.com/rwldrn/jquery into rwldrn-bug_7413 | jeresig | 2010-12-09 | 1 | -0/+6 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Fixes #7413; isEmptyObject() check to see if obj passes isPlainObject | rwldrn | 2010-11-09 | 1 | -0/+6 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge branch 'bug7524' of https://github.com/csnover/jquery into csnover-bug7524 | John Resig | 2010-12-06 | 1 | -7/+9 | |
|\ \ \ \ \ | ||||||
| * | | | | | Only try to get data attributes for a jQuery-wrapped object if it is ↵ | Colin Snover | 2010-12-03 | 1 | -7/+9 | |
| | |/ / / | |/| | | | | | | | | | | | | | 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 | 1 | -1/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | 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 | 1 | -1/+4 | |
| |/ / / / | | | | | | | | | | | | | | | | method of a Location object. Fixes #7531. | |||||
* | | | | | Merge branch 't6398' of https://github.com/jitter/jquery into jitter-t6398 | John Resig | 2010-12-06 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Make sure custom events named "submit" can be bound to non DOM elements in ↵ | Anton M | 2010-11-21 | 1 | -1/+1 | |
| |/ / / / | | | | | | | | | | | | | | | | IE too. Fixes 6398. | |||||
* | | | | | Merge branch 't4386' of https://github.com/jitter/jquery into jitter-t4386 | John Resig | 2010-12-06 | 1 | -1/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | Make sure IE clones body elements correctly. Fixes 4386. | Anton M | 2010-11-21 | 1 | -1/+4 | |
| |/ / / / | ||||||
* | | | | | Merge branch 't7578' of https://github.com/jitter/jquery into jitter-t7578 | John Resig | 2010-12-06 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | 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 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Improve performance of get() for negative indices. Fixes #5476. | Anton M | 2010-11-19 | 1 | -1/+1 | |
| |/ / / / | ||||||
* | | | | | Merge branch 'restrictAttr' of https://github.com/jitter/jquery into ↵ | John Resig | 2010-12-06 | 1 | -64/+71 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | jitter-restrictAttr | |||||
| * | | | | | Make sure attr() works on non DOM element nodes. Fixes #7202, #7451, #7500. | Anton M | 2010-11-13 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Handle carriage return characters in className property. Fixes #7673. | Anton M | 2010-12-01 | 1 | -1/+1 | |
| | |/ / / | |/| | | | ||||||
* / | | | | Fix for #6911 - prevent disabled elements in liveHandler | danheberden | 2010-11-21 | 1 | -2/+2 | |
|/ / / / | ||||||
* | | | | Backing out commit 795e880bba1f7f949df58748f7fd92e50296a8f4 - errors popping ↵ | jeresig | 2010-11-09 | 1 | -4/+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 | 1 | -2/+7 | |
| | | | | | | | | | | | | | | | | backwards compat, for now. Fixes #7395. | |||||
* | | | | Fixes #7397; Adds 4 supporting unit tests. | rwldrn | 2010-11-09 | 1 | -4/+4 | |
|/ / / | ||||||
* | | | Remove conditional that prevents attr from working on non-Element nodes. ↵ | Colin Snover | 2010-11-09 | 1 | -66/+63 | |
| | | | | | | | | | | | | Fixes #7451. | |||||
* | | | 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 | 1 | -4/+5 | |
|\ \ \ | ||||||
| * | | | Ensure that AJAX requests are actually aborted in all browsers. Fix #7422. | Colin Snover | 2010-11-06 | 1 | -4/+5 | |
| | | | | ||||||
* | | | | 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 | |
|/ / / | ||||||
* | | | Limit the scope of the CSS 'auto' change to just height/width. Fixes #7393. | jeresig | 2010-11-03 | 1 | -2/+2 | |
| | | | ||||||
* | | | Opera doesn't give height/width of display: none elements with ↵ | jeresig | 2010-11-03 | 1 | -6/+13 | |
| | | | | | | | | | | | | getComputedStyle but does with currentStyle - fall back to that if it exists. | |||||
* | | | Make sure that accessing computed CSS for elements returns 'auto' instead of ↵ | jeresig | 2010-11-01 | 1 | -4/+5 | |
| | | | | | | | | | | | | '' consistently. Fixes #7337. | |||||
* | | | Fix quotes in comment. | John Resig | 2010-10-28 | 1 | -1/+1 | |
| | | | ||||||
* | | | Calling .hide().show() on a stylesheet-hidden element wasn't bringing it ↵ | jeresig | 2010-10-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | back. Fixes #7331. | |||||
* | | | For .show() with no arguments, only set display of elements in the second ↵ | Karl Swedberg | 2010-10-26 | 1 | -5/+16 | |
| | | | | | | | | | | | | loop if they don't have style.display already set or if style.display isn't none. Fixes #7315. | |||||
* | | | Temporarily backing out commit bd474799bf95f4ecdc47a7577750eaf69e2236d4. | John Resig | 2010-10-25 | 1 | -5/+0 | |
| | | | ||||||
* | | | Merge branch 'jquery_dev' of http://github.com/danheberden/jquery into ↵ | John Resig | 2010-10-25 | 1 | -0/+5 | |
|\ \ \ | | | | | | | | | | | | | danheberden-jquery_dev | |||||
| * | | | Prevent IE from firing live/delegate events on disabled elements. (#6911) | danheberden | 2010-10-25 | 1 | -0/+5 | |
| | | | | ||||||
* | | | | Backing out fix for #5803 from 3b50eaca2cd0b1439235e39c4e98a6438e8f55b2. | John Resig | 2010-10-25 | 1 | -6/+0 | |
|/ / / | ||||||
* | | | Merge branch 'jquerymaster' of http://github.com/SlexAxton/jquery into ↵ | John Resig | 2010-10-25 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | | | | | SlexAxton-jquerymaster | |||||
| * | | | Forces lower case comparison of protocol and host when determining whether ↵ | Alex Sexton | 2010-10-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | the request is remote or local. Fixes #6908 | |||||
* | | | | Merge branch '6897' of http://github.com/SlexAxton/jquery into SlexAxton-6897 | John Resig | 2010-10-25 | 2 | -14/+13 | |
|\ \ \ \ | ||||||
| * | | | | Moved jQuery.props to attributes since it was only used in support. Fixes ↵ | Alex Sexton | 2010-10-25 | 2 | -14/+13 | |
| | | | | | | | | | | | | | | | | | | | | #6897 - suggestion by dmethvin |