aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tagging the 1.4.4rc3 release.1.4.4rc3jeresig2010-11-101-1/+1
* Backing out commit 795e880bba1f7f949df58748f7fd92e50296a8f4 - errors popping ...jeresig2010-11-092-39/+4
* Need to also handle the case where 'auto' is being returned, as in Firefox. F...jeresig2010-11-091-2/+2
* Maintain returning 0px from width/height for disconnected nodes for backwards...jeresig2010-11-093-8/+35
* Fixes #7397; Adds 4 supporting unit tests.rwldrn2010-11-092-4/+39
* Remove conditional that prevents attr from working on non-Element nodes. Fixe...Colin Snover2010-11-092-67/+66
* Merge branch 'fixAdjacentTests' of https://github.com/jitter/jquery into jitt...John Resig2010-11-091-5/+5
|\
| * 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 into...John Resig2010-11-091-3/+11
* | Make sure that if an additional load event is triggered (such as an iframe be...John Resig2010-11-091-8/+11
* | 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 ar...John Resig2010-11-0912-45/+98
* | 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 getComputedSty...jeresig2010-11-031-6/+13
* Only change ID on nodes that don't already have an ID for rooted qSA. Fixes #...jeresig2010-11-011-1/+6
* Make sure that accessing computed CSS for elements returns 'auto' instead of ...jeresig2010-11-012-6/+7
* 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 back...jeresig2010-10-272-2/+10
* For .show() with no arguments, only set display of elements in the second loo...Karl Swedberg2010-10-262-6/+30
* Temporarily backing out commit bd474799bf95f4ecdc47a7577750eaf69e2236d4.John Resig2010-10-251-5/+0
* Merge branch 'jquery_dev' of http://github.com/danheberden/jquery into danheb...John Resig2010-10-251-0/+5
|\
| * 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
* | Tagging the 1.4.4rc1 release.1.4.4rc1John Resig2010-10-251-1/+1
|/
* Merge branch 'jquerymaster' of http://github.com/SlexAxton/jquery into SlexAx...John Resig2010-10-251-1/+1
|\
| * Forces lower case comparison of protocol and host when determining whether th...Alex Sexton2010-10-201-1/+1
* | Merge branch '6897' of http://github.com/SlexAxton/jquery into SlexAxton-6897John Resig2010-10-252-14/+13
|\ \
| * | Moved jQuery.props to attributes since it was only used in support. Fixes #68...Alex Sexton2010-10-252-14/+13
* | | Allow DELETE requests to have a content body, and properly serialize data to ...dmethvin2010-10-252-4/+30
* | | Honor stopImmediatePropagation for live/delegate event handlers. Fixes #7217.dmethvin2010-10-252-0/+33
* | | Merge branch 'master' of http://github.com/rwldrn/jqueryJohn Resig2010-10-254-0/+44
|\ \ \
| * | | Fixes #7229 and #5803rwldrn2010-10-244-0/+44
| |/ /
* | | Merge branch 'unusedTrue' of http://github.com/lrbabe/jquery into lrbabe-unus...John Resig2010-10-251-2/+2
|\ \ \ | |/ / |/| |
| * | .cur() doesn't take any boolean parameter since 1.4.3lrbabe2010-10-251-2/+2
| |/
* | Allow for versions with spaces in them, in the Makefile.John Resig2010-10-231-1/+1
* | Make sure that .width()/.height() don't return NaN also standardize on return...jeresig2010-10-223-28/+26
* | Make sure that the correct height/width of the elements is retreived. Fixes #...jeresig2010-10-222-11/+21
* | Fix broken selector code from last commit.jeresig2010-10-223-50/+83
* | Make sure that +, >, ~ leading, rooted, selectors go to the old engine. Thank...jeresig2010-10-223-83/+50
* | Make sure that we don't use matchesSelector on XML Documents (same as with qS...jeresig2010-10-221-1/+2
* | Make sure that we aren't reading one of the bad expandos. Fixes #7212.jeresig2010-10-221-1/+7
* | Be sure to clean up the previous test.jeresig2010-10-221-0/+2