aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Temporarily disabling test for bug #4299.jeresig2009-12-181-2/+3
* Fixed the spacing from the last commit.jeresig2009-12-181-11/+11
* Disabled the passthrough .attr(method_name) functionality. You can now use it...jeresig2009-12-184-13/+35
* Made isPlainObject() supporting null, undefined, and window values on IE too....Robert Katic2009-12-192-5/+20
* Backing out the change from 841f9ff7a1815b521044aeeb39ccbe70fa688201, it was ...jeresig2009-12-181-8/+1
* Brought the attributes module more inline with the jQuery style guidelines.jeresig2009-12-181-35/+58
* Bringing the effects module closer to being inline with the style guideline.jeresig2009-12-181-64/+88
* Renamed the 'fx' module to 'effects'. Should've been done a long time ago.jeresig2009-12-186-6/+6
* Removed jQuery.fn.contains - didn't match the :contains() selector and confus...jeresig2009-12-181-4/+0
* Ignore case of script tags to make sure they're removed. Fixes #5668. Thanks ...Dave Methvin2009-12-181-1/+1
* Add new html5 input types to list of serializable types. Older browers handle...Dave Methvin2009-12-182-5/+12
* Removed 'abbr' from self-closing tags list. Fixes #5167.jeresig2009-12-171-1/+1
* Default callbackContext to the $.extended ajax options for 1.3.2 compatibilit...Dave Methvin2009-12-181-1/+1
* Reorganized param code slightly to once again define buildParams as a named f...Ben Alman2009-12-181-35/+34
* Further modified jQuery 1.4 .param() method to serialize arrays containing no...Ben Alman2009-12-182-32/+47
* added a couple missing semicolons and fixed a typo in the commentsKarl Swedberg2009-12-181-3/+3
* Follow-up to 100ed686426b8b404b094b8c8086aefce715f91a, forgot to remove one o...jeresig2009-12-171-4/+1
* Revert the changes from 65ebf57c1e5d7fa96536b66d4fcacbafad8dc1e5, they were i...jeresig2009-12-172-8/+3
* Reworked some more of the selector tests as well to clean up after themselves.jeresig2009-12-171-1/+3
* Added some more tests around the name tests to catch possible regressions.jeresig2009-12-171-2/+6
* Make sure that the node exists before attempting to clone.jeresig2009-12-171-1/+1
* Stick with just getter/setters in attrFn.jeresig2009-12-171-5/+1
* Moved readyList check.jeresig2009-12-161-2/+2
* Make sure that some height/width is set for the nothiddendiv before checking.jeresig2009-12-161-0/+2
* Reverted accidental commit in 5197ac9fc8aa71c2ebc0d7217f41a3679eb1b902.jeresig2009-12-161-1/+1
* Retooled the arguments.callee-related changes in 98ce35d52b17a033822f31d8a362...jeresig2009-12-162-31/+57
* No need to use jQuery's event system for binding the onunload event in IE.jeresig2009-12-161-3/+2
* Enforce that hasClass and removeClass work even with tabs and endlines in cla...Batiste Bieler2009-12-142-9/+25
* Disable getting values using the .attr() function shortcut until the full imp...jeresig2009-12-141-1/+1
* Merge branch 'master' of git@github.com:jquery/jqueryJohn Resig2009-12-111-2/+2
|\
| * Merge branch 'master' of git@github.com:jquery/jqueryJohn Resig2009-12-110-0/+0
| |\
| | * Fixed typo from commit 542099a278e79dce38e814e7e7b448a1b73df82f.John Resig2009-12-112-3/+3
| * | Fixed typo from commit 542099a278e79dce38e814e7e7b448a1b73df82f.John Resig2009-12-112-3/+3
| |/
* / Fixed typo from commit 542099a278e79dce38e814e7e7b448a1b73df82f.John Resig2009-12-111-1/+1
|/
* Make sure that dynamically-created elements don't have a parent. Fixes #5638.John Resig2009-12-102-3/+11
* combined jQuery.bind() and jQuery.one() to make them more DRYKarl Swedberg2009-12-101-32/+12
* Removed .attr(removeClass) and .attr(each) tests as they don't really make se...John Resig2009-12-101-10/+1
* Missed the case of bind in the new attr multi-setter.John Resig2009-12-101-1/+2
* Moved some methods around inbetween core.js and traversing.js. Core methods s...John Resig2009-12-104-164/+164
* Made some minor formatting changes to the access function.John Resig2009-12-101-10/+9
* Made the licensing verbiage a little more explicit. Thanks to Dan Montgomery ...John Resig2009-12-091-1/+1
* Adding .DS_Store to Git ignore.John Resig2009-12-091-0/+1
* Ignore html files living in the main directory (likely being used for testing).John Resig2009-12-091-0/+1
* Make sure that the correct args are passed in to the filter callback (and by ...John Resig2009-12-092-2/+4
* Make sure that calling .width(num) or .height(num) on an empty set returns th...John Resig2009-12-092-4/+13
* Rewrote .merge() (faster and less obtuse now). Fixed #5610.John Resig2009-12-092-15/+16
* Restrict the attr quick setters to only methods that specifically ask for the...John Resig2009-12-092-1/+20
* Fix up whitespace and a couple of glitches.Yehuda Katz2009-12-095-44/+37
* Merge branch 'master' of git@github.com:jquery/jqueryJohn Resig2009-12-094-28/+93
|\
| * Add function values to addClass, removeClass, toggleClass, text, and removeAttrYehuda Katz2009-12-094-28/+93