aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Adding in support for bubbling submit and change events, thanks to the patch ...Justin Meyer2009-12-044-58/+409
* Minor syntax changes to the winnow function.jeresig2009-12-031-5/+10
* Use now() in support.js instead of getTime.jeresig2009-12-031-1/+1
* Tweaked a CSS test to handle differences in font-size % support in browsers.jeresig2009-12-031-1/+8
* Removed broken hidden/visible test.jeresig2009-12-031-7/+4
* Removing unnecessary parens from :hidden.jeresig2009-12-031-3/+4
* Re-arranged many of the selector tests, breaking them into smaller test group...jeresig2009-12-031-80/+86
* Just restore window.JSON in the getJSON test, don't try to delete the value.jeresig2009-12-031-6/+3
* Landed the rest of the liveHandler rewrite that takes advantage of the new cl...jeresig2009-12-031-8/+3
* Re-worked the closest no-duplicate-selector code again to be more efficient.jeresig2009-12-031-15/+12
* Prevent duplicate selectors from having to match in closest.jeresig2009-12-031-4/+11
* No need to do the closest match if no selectors are passed in.jeresig2009-12-032-17/+34
* Added in the new .closest(Array) method, will be used to improve the performa...jeresig2009-12-022-9/+42
* Extracted the logic for copying events from one jQuery set to another, makes ...jeresig2009-12-021-15/+20
* Fixed logic error in html method - support.leadingWhitespace shouldn't have b...jeresig2009-12-021-1/+1
* Removed debug statements from manipulation tests, was causing errors in IE.jeresig2009-12-021-4/+0
* Make sure that a DOM node isn't getting passed through (as is the case in IE,...jeresig2009-12-021-1/+1
* Added some isObjectLiteral tests.jeresig2009-12-021-0/+45
* Adding a test that a new option can be selected with val(N)Yehuda Katz2009-12-011-1/+5
* Fix css("opacity") to not clobber other filters in IE. Closes #4707.Yehuda Katz2009-12-012-8/+20
* Updated the Rakefile to use the correct init code.jeresig2009-11-301-1/+8
* Shortened the build messages in the Makefile and added test/qunit and src/siz...jeresig2009-11-301-7/+3
* Don't try to run the clone code if the directory already exists.jeresig2009-11-301-4/+4
* Switched from using Git Submodules to just doing a straight clone of the QUni...jeresig2009-11-305-8/+4
* Bringing Sizzle and QUnit up to date.jeresig2009-11-302-0/+0
* Don't do the update after the pull - forces the submodules up to date.jeresig2009-11-301-1/+0
* Use .add() to merge two test groups together for .unwrap().jeresig2009-11-301-1/+1
* Changed the style attribute test to handle hex colors (as that's what Opera r...jeresig2009-11-301-1/+1
* Made .show(null/undefined) and .hide(null/undefined) work the same as .show()...jeresig2009-11-301-2/+2
* Fixed a problem with animations with a duration of 0 not working properly for...jeresig2009-11-302-17/+22
* Simplified a selector in the .live() tests.jeresig2009-11-301-2/+2
* Tweaked the live test to be a bit simpler.jeresig2009-11-301-3/+5
* Fixed wrap test that was looking for comment values from .text().jeresig2009-11-301-1/+1
* Merge branch 'master' of github.com:jquery/jqueryjeresig2009-11-302-1/+12
|\
| * Fixes $.trim for   closes #4980Yehuda Katz2009-11-302-1/+12
* | Fixed bug with singleTag matching in core.js.jeresig2009-11-301-1/+1
|/
* Ignore diff and patch files.jeresig2009-11-301-0/+2
* Merge branch 'master' of github.com:jquery/jqueryjeresig2009-11-298-124/+152
|\
| * added missing semicolonsKarl Swedberg2009-11-282-4/+4
| * added missing radix parameter for parseInt()Karl Swedberg2009-11-281-1/+1
| * added curly braces around all if/else statementsKarl Swedberg2009-11-287-121/+149
* | Adding a Rakefile to build jQuery core, for those that need it.jeresig2009-11-291-0/+19
|/
* Force endlines to be just LF (any CRLF is auto-converted to LF by Git).jeresig2009-11-271-0/+1
* Disable the X-Requested-With header to avoid preflighting remote POST request...John Resig2009-11-251-5/+7
* Fixed spacing on the modified Ajax code.John Resig2009-11-251-8/+8
* Fixing endlines.Mark Gibson2009-11-258-590/+590
* Re-adding zeros removed from slice calls in last commit.Robert Katic2009-11-261-2/+2
* Corrected RegExp to match event namespaces. Fixes #5303.Robert Katic2009-11-262-2/+6
* Generic jQuery.merge and safer jQuery.makeArray(nodeList).Robert Katic2009-11-262-19/+29
* Added support for .text() on text nodes. Fixes #5525.John Resig2009-11-172-10/+15