aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix #12827. Remove exclusive event semantics from .trigger().Dave Methvin2012-11-011-11/+3
* | | Followup to gh-997, decode entities in test names. Close gh-1013.Timo Tijhof2012-11-011-3/+3
* | | Fix testing of no-ajax custom buildsRichard Gibson2012-11-015-14/+28
* | | Fix builds with partial ajax support (e.g., custom:ajax/xhr)Richard Gibson2012-11-011-13/+28
* | | Test case for #12816Dave Methvin2012-10-311-1/+3
* | | Fix #12816. Ensure .find() result are DOM ordered.Dave Methvin2012-10-311-30/+10
* | | Fix #10544. Remove deprecated .data() event namespaced triggering.Dave Methvin2012-10-313-90/+7
* | | No ticket: fix effects test failure in IE6. Close gh-1012.Timo Tijhof2012-10-313-22/+48
* | | Fix #12009. $().find( DOMElement ) should pushStack properly. Close gh-927.Mike Sherov2012-10-302-28/+37
* | | Fix #12685. Handle inconsistent opacity for ie < 9. Close gh-1005.yiminghe2012-10-303-4/+23
* | | Fix #10416. Don't trust computed styles on detached elements. Close gh-941.Oleg2012-10-282-13/+21
* | | Update authors.Dave Methvin2012-10-281-0/+1
* | | Implement expectation test instead of using _removeData. Close gh-997.Timo Tijhof2012-10-2811-249/+345
* | | Fixes #12139, make sure absolutely positioned elements have HTML as offsetPar...David Fox2012-10-261-1/+6
* | | Elements created from html strings have a parentnode. Fixes #12392Oleg2012-10-252-14/+48
* | | Simplify tests for #12786, reduce to only those required to support the fixRick Waldron2012-10-251-57/+22
* | | Less deep and more strict.Rick Waldron2012-10-251-2/+2
* | | Fix #11542. document.body should not be special in .offset() and document.doc...Daniel Gálvez2012-10-243-36/+18
* | | Fix #9469. Remove semi-functional .selector property. Close gh-1006.Dave Methvin2012-10-243-14/+9
* | | Add new authors and sort in commit order.Dave Methvin2012-10-241-5/+7
* | | Remove .hyphen property from tests (left behind in refactoring)Rick Waldron2012-10-241-6/+3
* | | Brute force property removal when removeData([a,b,c]). Fixes #12786Rick Waldron2012-10-242-0/+78
* | | Sizzle: remove unneeded vars and POS regex (-22 bytes)Timmy Willison2012-10-242-1/+1
* | | Update authors.Dave Methvin2012-10-231-1/+2
* | | Add More New Contributors to AUTHORS.txtMike Sherov2012-10-231-0/+4
* | | new JSHINT mixed spaces/tabs is smart enough to not warn on multiline comment...Mike Sherov2012-10-223-5/+4
* | | Fix #12411, .removeClass(undefined) is a chaining no-op. Close gh-913.Matthias Jäggli2012-10-212-1/+10
* | | updated AUTHORSMike Sherov2012-10-211-1/+8
* | | Missing semicolon.Dave Methvin2012-10-211-1/+1
* | | Fix failing tests for beforeunload in Safari 5.0. Close gh-1002.Oleg2012-10-211-12/+28
* | | Remove references to the Makefile from the READMEMike Sherov2012-10-211-1/+1
* | | Fix #12061. Avoid window.onbeforeunload to permit multiple handlers. Close gh...Oleg2012-10-202-18/+56
* | | Remove deprecated $.uuid and dunseled $.deletedIds.Dave Methvin2012-10-201-5/+0
* | | Fix #12107. Let .proxy() curry args without overwriting context. Close gh-866.Marcel Greter2012-10-202-2/+10
* | | Alternate fix for #11426; check responseText. Close gh-843.Oleg Gaidarenko2012-10-201-2/+1
* | | Don't expose jQuery.deletedIds. Close gh-889.Rick Waldron2012-10-203-2/+5
* | | Fix #12048. Set attributes for XML fragments. Close gh-965.Sai Wong2012-10-204-1/+28
* | | Fix attribute names in aliased form property test. Close gh-951.Jonathan Sampson2012-10-201-1/+1
* | | Fixes #12518, removes an offsetWidth on focus/blur events for an <IE9 bug tha...Merrifield, Jay2012-10-201-3/+7
* | | adding awesome new contributors to AUTHORS.txtMike Sherov2012-10-201-0/+2
* | | Fix #12610, remove unneeded window.event. Close gh-968.Sai Wong2012-10-201-1/+1
* | | Fix #4262: faster .eq(), closes gh-1000.Richard Gibson2012-10-192-48/+16
* | | Combine parseJSON tests and fix style.Dave Methvin2012-10-191-71/+14
* | | Followup for #12751, only test on browsers with JSON.parseDave Methvin2012-10-191-33/+36
* | | Fix #12739. Keep namespace when triggering with an Event. Close gh-972.Allen J Schmidt Jr2012-10-193-2/+40
* | | Merge pull request #998 from jquery/strictJulian Aubourg2012-10-193-0/+4
|\ \ \
| * | | @mikesherov says `strict` is redundant when `node` is already therejaubourg2012-10-191-1/+0
| * | | adds strict rule to jshint options (except for test files). "use strict" is a...jaubourg2012-10-184-0/+5
|/ / /
* | | Fix #12751. Ensure parseJson throws in the same situations as JSON.parse. Clo...James Huston2012-10-174-17/+88
* | | no ticket: fix jQuery suite failure on AndroidRichard Gibson2012-10-172-1/+1