aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Split out mouse hover/enter/leave tests into a separate file and add several ...Dave Methvin2011-09-192-14/+144
* Rework #1486 patch to avoid `try/catch` and look for hidden elements by `.off...Dave Methvin2011-09-192-14/+37
* Fix #9951. Precompute path for `.trigger()` to match up with W3C spec.Dave Methvin2011-09-191-33/+36
* Fix some messy rebasing issues.Dave Methvin2011-09-191-28/+24
* Fixes for IE8. Avoid killer recursion in special events during removal. Use q...Dave Methvin2011-09-192-14/+25
* The unload event no longer needs the IE6SP2 fix, see http://bugs.jquery.com/t...Dave Methvin2011-09-191-1/+1
* Clean up the delegate matching logic.Dave Methvin2011-09-191-2/+2
* Make a `blur` event bubble properly when mutated into a `focusout` event.Dave Methvin2011-09-191-7/+10
* Remove redundancy in the IE special submit handler.Dave Methvin2011-09-191-13/+6
* Fix simulate() arg order.Dave Methvin2011-09-191-1/+1
* Clean up the quick selector expression parsing code.Dave Methvin2011-09-191-24/+27
* special.handle now must call the handleObj.handler if it wants that to happen...Dave Methvin2011-09-191-29/+23
* Rework the special events interface to add handle and trigger hooks. Modify I...Dave Methvin2011-09-192-125/+139
* Rewrite IE special change/submit to make it faster/shorter. Fixes #6319.Dave Methvin2011-09-191-52/+49
* Fixes #8858. Pass the .trigger(..., data) to the event.special._default method.Dave Methvin2011-09-192-6/+7
* Add unit tests for quickIs cases and fix the regexp as a result.Dave Methvin2011-09-192-9/+41
* Pre-compute delegated event path and handlers to comply with http://www.w3.or...Dave Methvin2011-09-191-17/+21
* Cleanup for on/off unit test.Dave Methvin2011-09-191-4/+5
* jQuery 1.7 event work:Dave Methvin2011-09-192-445/+435
* Fix bad calls to .undelegate().Dave Methvin2011-09-191-11/+4
* Remove unnecessary commented codetimmywil2011-09-191-16/+0
* Allow second argument to be passed to array.indexOf. Fixes #9453.timmywil2011-09-192-10/+49
* Removing topic.js as it will be a plugintimmywil2011-09-1915-126/+1
* $.Callbacks, $.Topic and notify/progress on $.Deferred.jaubourg2011-09-1922-273/+787
* Animation state is tracked on toggled/stopped animations using the private da...timmywil2011-09-193-159/+256
* Override Sizzle attribute retrieval with jQuery.attr. Fixes #5637, #7128, #92...timmywil2011-09-199-16/+293
* Updating the source version to 1.7pretimmywil2011-09-191-1/+1
* Landing pull request 511. Adding a little Makefile jQuery sizing utility to e...Corey Frang2011-09-193-2/+47
* Updating the source version to 1.6.5preJohn Resig2011-09-121-1/+1
* Tagging the 1.6.4 release.John Resig2011-09-121-1/+1
* Updating the source version to 1.6.4preDave Methvin2011-09-091-1/+1
* Tagging the 1.6.4rc1 release.1.6.4rc1Dave Methvin2011-09-091-1/+1
* Merge pull request #489 from dmethvin/fix-10208-button-typeDave Methvin2011-09-072-3/+8
|\
| * Fix #10208. Check for `button` as well as `input` when performing the #7071 V...Dave Methvin2011-09-072-3/+8
|/
* Bug in rmultidash. Fixes #10194rwldrn2011-09-072-12/+16
* Reverts broken support string. Fixes #10197rwldrn2011-09-071-1/+1
* Merge branch 'master' of github.com:dmethvin/jqueryDave Methvin2011-09-011-2/+2
|\
| * Merge branch 'master' of github.com:jquery/jqueryDave Methvin2011-08-291-2/+2
| |\
| | * Considers Safari XMLHttpRequest's bug when testing for custom status text. Wi...jaubourg2011-08-271-2/+2
| * | Updating the source version to 1.6.3Dave Methvin2011-08-291-1/+1
* | | Updating the source version to 1.7pre.Dave Methvin2011-09-011-1/+1
* | | Tagging the 1.6.3 release.Dave Methvin2011-09-011-1/+1
* | | Landing pull request 478. Apply fixes as noted by Diego Perini, David Murdoch...Rick Waldron2011-09-011-4/+5
* | | Updating the source version to 1.6.3preDave Methvin2011-09-011-1/+1
|/ /
* / Tagging the 1.6.3rc1 release.1.6.3rc1Dave Methvin2011-08-292-4/+4
|/
* Landing pull request 476. Fix lint complaints about unescaped -. Follow up to...rwldrn2011-08-261-1/+1
* Revert "Begrudgingly adds chrome detection to jQuery.browser (1.7). Fixes #9385"timmywil2011-08-262-5/+3
* Revert "Updated version numbers; Fixes #9385"timmywil2011-08-261-2/+2
* Revert back to always setting the attribute to empty string before removal. F...timmywil2011-08-252-16/+12
* Merge pull request #445 from rwldrn/9897Dave Methvin2011-08-252-5/+17
|\