aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Merge branch 't7578' of https://github.com/jitter/jquery into jitter-t7578John Resig2010-12-062-3/+14
|\ \ \ \ \ \
| * | | | | | Add unit test for fix to #7578.Anton M2010-11-241-2/+13
| | | | | | |
| * | | | | | Set cache to false as default for script or json requests. Fixes 7578.Anton M2010-11-191-1/+1
| |/ / / / /
* | | | | | Merge branch 't5476' of https://github.com/jitter/jquery into jitter-t5476John Resig2010-12-062-6/+6
|\ \ \ \ \ \
| * | | | | | Improve performance of get() for negative indices. Fixes #5476.Anton M2010-11-192-6/+6
| |/ / / / /
* | | | | | Merge branch 'restrictAttr' of https://github.com/jitter/jquery into ↵John Resig2010-12-062-67/+119
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | jitter-restrictAttr
| * | | | | | Make sure attr() works on non DOM element nodes. Fixes #7202, #7451, #7500.Anton M2010-11-132-4/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also added some tests for this attr(name), attr(name, value) and removeAttr(name).
| * | | | | | Partially revert commit a64dc0405064d68c7b7cd0f0fc8ea60086cbcd21.Anton M2010-11-101-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-t7673John Resig2010-12-062-5/+9
|\ \ \ \ \ \
| * | | | | | Handle carriage return characters in className property. Fixes #7673.Anton M2010-12-012-5/+9
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'jquery145' of https://github.com/danheberden/jquery into ↵John Resig2010-12-061-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | danheberden-jquery145
| * | | | | Fix for #6911 - prevent disabled elements in liveHandlerdanheberden2010-11-211-2/+2
| | |/ / / | |/| | |
* | | | | Convert test/data/text.php to use lf line endings.Henri Wiechers2010-11-121-12/+12
| | | | |
* | | | | Convert test/delegatetest.html to use lf line endings.Henri Wiechers2010-11-121-242/+242
| | | | |
* | | | | Mark *.jar files as binary.Henri Wiechers2010-11-121-1/+2
| | | | |
* | | | | Changed crlf attribute to newer eol one.Henri Wiechers2010-11-121-1/+1
|/ / / /
* | | | Updating the source version to 1.4.5pre.John Resig2010-11-111-1/+1
| | | |
* | | | Tagging the 1.4.4 release.John Resig2010-11-111-1/+1
| | | |
* | | | Updating the source version to 1.4.4pre.jeresig2010-11-101-1/+1
| | | |
* | | | Tagging the 1.4.4rc3 release.1.4.4rc3jeresig2010-11-101-1/+1
| | | |
* | | | Backing out commit 795e880bba1f7f949df58748f7fd92e50296a8f4 - errors popping ↵jeresig2010-11-092-39/+4
| | | | | | | | | | | | | | | | up in IE 6/7/8.
* | | | Need to also handle the case where 'auto' is being returned, as in Firefox. ↵jeresig2010-11-091-2/+2
| | | | | | | | | | | | | | | | Follow-up to #7395.
* | | | Maintain returning 0px from width/height for disconnected nodes for ↵jeresig2010-11-093-8/+35
| | | | | | | | | | | | | | | | backwards compat, for now. Fixes #7395.
* | | | Fixes #7397; Adds 4 supporting unit tests.rwldrn2010-11-092-4/+39
|/ / /
* | | Remove conditional that prevents attr from working on non-Element nodes. ↵Colin Snover2010-11-092-67/+66
| | | | | | | | | | | | Fixes #7451.
* | | Merge branch 'fixAdjacentTests' of https://github.com/jitter/jquery into ↵John Resig2010-11-091-5/+5
|\ \ \ | | | | | | | | | | | | jitter-fixAdjacentTests
| * | | Fix selector tests broken by newer version of Qunit.Anton M2010-11-091-5/+5
| | | |
* | | | Ensure that unquoted attribute selectors are quoted (allowing them to go ↵John Resig2010-11-091-3/+11
| | | | | | | | | | | | | | | | into qSA/matchesSelector properly). Fixes #7216.
* | | | Make sure that if an additional load event is triggered (such as an iframe ↵John Resig2010-11-091-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-bug7422John Resig2010-11-092-5/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Ensure that AJAX requests are actually aborted in all browsers. Fix #7422.Colin Snover2010-11-062-5/+9
| | | |
* | | | Make sure that when multiple variables are being declared that assignments ↵John Resig2010-11-0912-45/+98
| | | | | | | | | | | | | | | | are each done on their own line.
* | | | We don't do end of line comments, move them above.John Resig2010-11-092-3/+5
|/ / /
* | | Merge branch 'master' of github.com:jquery/jqueryjeresig2010-11-030-0/+0
|\ \ \
| * | | Limit the scope of the CSS 'auto' change to just height/width. Fixes #7293.jeresig2010-11-032-3/+7
| | | |
* | | | Limit the scope of the CSS 'auto' change to just height/width. Fixes #7393.jeresig2010-11-032-3/+7
|/ / /
* | | Updating the source version to 1.4.4pre.jeresig2010-11-031-1/+1
| | |
* | | Tagging the 1.4.4rc2 release.1.4.4rc2jeresig2010-11-031-1/+1
| | |
* | | Opera doesn't give height/width of display: none elements with ↵jeresig2010-11-031-6/+13
| | | | | | | | | | | | getComputedStyle but does with currentStyle - fall back to that if it exists.
* | | Only change ID on nodes that don't already have an ID for rooted qSA. Fixes ↵jeresig2010-11-011-1/+6
| | | | | | | | | | | | #7212.
* | | Make sure that accessing computed CSS for elements returns 'auto' instead of ↵jeresig2010-11-012-6/+7
| | | | | | | | | | | | '' consistently. Fixes #7337.
* | | Fix quotes in comment.John Resig2010-10-281-1/+1
| | |
* | | Fix tab spacing.Brandon Aaron2010-10-281-27/+27
| | |
* | | Calling .hide().show() on a stylesheet-hidden element wasn't bringing it ↵jeresig2010-10-272-2/+10
| | | | | | | | | | | | back. Fixes #7331.
* | | For .show() with no arguments, only set display of elements in the second ↵Karl Swedberg2010-10-262-6/+30
| | | | | | | | | | | | 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 Resig2010-10-251-5/+0
| | |
* | | Merge branch 'jquery_dev' of http://github.com/danheberden/jquery into ↵John Resig2010-10-251-0/+5
|\ \ \ | | | | | | | | | | | | danheberden-jquery_dev
| * | | Prevent IE from firing live/delegate events on disabled elements. (#6911)danheberden2010-10-251-0/+5
| | | |
* | | | Backing out fix for #5803 from 3b50eaca2cd0b1439235e39c4e98a6438e8f55b2.John Resig2010-10-252-21/+0
| | | |
* | | | Updating the source version to 1.4.4pre.John Resig2010-10-251-1/+1
| | | |