aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix #11280. IE6-8 need name attribute to parse param. Close gh-914.Daniel Galvez2012-10-161-2/+20
* Clean up jshintrc configs. Close gh-983.Mike Sherov2012-10-161-7/+7
* Create private methods for processing data/removeData requests. Fixes #12519,...carldanley2012-10-164-157/+168
* Return correct index for no-arg index() calls. Fixes #10977. Closes gh-971MORGAN2012-10-161-1/+1
* enforce double quotes via JSHint. Closes gh-975Mike Sherov2012-10-161-1/+2
* Moved attrFN to deprecated. Close gh-977.Akintayo Akinwunmi2012-10-162-4/+4
* Merge branch 'master' of github.com:jquery/jqueryjaubourg2012-10-161-0/+0
|\
| * Fixing style for deferred.js unit tests. Close gh-973.Erick Ruiz de Chavez2012-10-161-0/+0
* | better, more maintainable version of the prefilters execution and transport s...jaubourg2012-10-161-35/+20
|/
* fix effects tests failureMike Sherov2012-10-163-8/+8
* Latest JSHint gets cranky with the _ vars in catch() {}Rick Waldron2012-10-151-2/+2
* Deprecate fn toggle Closes gh-970 https://github.com/jquery/2012-dev-summit/i...David Bonner2012-10-152-26/+26
* Update Sizzle: focus test was failing if browser window was not in focusTimmy Willison2012-10-151-0/+0
* Sizzle: Fix :focus selector with elements that have a tabIndex !== -1Timmy Willison2012-10-151-0/+0
* Update Sizzle: Fixes #12606, #12671, #12672.Timmy Willison2012-10-141-0/+0
* Use the correct escape for BOM; add build code to detect non-ASCII.Dave Methvin2012-10-111-1/+1
* Use Uglify's ascii_only to avoid converting UTF-8 escapes.Dave Methvin2012-10-111-2/+1
* Fix #12690. Avoid use of UTF-8 chars in final files.Dave Methvin2012-10-102-2/+3
* Do not iterate over functions. Fixes #12665. Unit tests added. Thanks to @kse...jaubourg2012-10-061-2/+4
* body default display is always block. @mikesherov was right and this is the p...Rick Waldron2012-10-041-1/+1
* Sizzle: throw an invalid selector exception for trailing-comma selectors. Fix...Timmy Willison2012-10-041-0/+0
* Fix #12583: Don't ignore disabled property of select-one, close gh-932.Richard Gibson2012-10-031-19/+13
* Fix #12637: restore 1.8.1 ajax crossDomain logic. Close gh-944.Richard Gibson2012-10-031-3/+6
* Fix #12537, element.css('filter') returns undefined in IE9. Close gh-942.Mike Sherov2012-09-301-1/+3
* Fix #12357: be more kind to non-browser environments. Close gh-938.Richard Gibson2012-09-301-7/+6
* Sizzle: removes nth-child cacheTimmy Willison2012-09-201-0/+0
* Sizzle: account for external document contexts (such as iframes) in combinato...Timmy Willison2012-09-201-0/+0
* Update Sizzle: fix a failing test in traversing. Move an attribute selector t...Timmy Willison2012-09-191-0/+0
* Sizzle: fixes failing test in cssTimmy Willison2012-09-191-0/+0
* Update Sizzle: fix position caching with child selectors. Fixes #12337.Timmy Willison2012-09-191-0/+0
* Fixes failing tests in selector/traversingTimmy Willison2012-09-191-0/+0
* Update Sizzle: Fixes #12303, #12474, #12523, #12526, #12541.Timmy Willison2012-09-191-0/+0
* Fix #12229, size/consistency improvements. Close gh-887.Richard Gibson2012-09-185-24/+21
* Fix #12423. Ensure we can .apply() before we try.Dave Methvin2012-09-181-1/+1
* Fix #12447: Ensure starting-point calc takes finite time. Close gh-922.Richard Gibson2012-09-151-8/+7
* Fix #12536. Start at .offset() 0,0 if no getBoundingClientRect.Dave Methvin2012-09-142-9/+14
* Fix #12534. Don't die on browsers lacking getBoundingClientRect.Dave Methvin2012-09-131-2/+2
* deferred.promise(obj) should work with non-objects. Fixes #12521. Much needed...jaubourg2012-09-131-1/+1
* Sizzle: fix selector in Chrome 21. Fixes #12492.Timmy Willison2012-09-111-0/+0
* Sizzle: tagged versions are now in the repo; update selector engine listTimmy Willison2012-09-111-0/+0
* Fix #12436, make delegated events fast again. Close gh-923.Dave Methvin2012-09-091-1/+4
* Remove useless guard for `a`. Close gh-918.Dave Methvin2012-09-091-1/+1
* Sizzle: adjustment for speed totals displayTimmy Willison2012-09-081-0/+0
* Update Sizzle: adds custom performance suite for testing across multiple sele...Timmy Willison2012-09-081-0/+0
* Update Sizzle: authors.txt update and fix failing tests caused by QUnit's htm...Timmy Willison2012-09-051-0/+0
* Fix #12370. Explicitly coerce bool/undef to integer.Dave Methvin2012-08-301-0/+1
* Sizzle: POS selectors make more extensive use of tokenization. Fixes #12303.Timmy Willison2012-08-291-0/+0
* Fix #12243, $("col").width() should return the column's width. Close gh-916.Mike Sherov2012-08-291-3/+8
* Sizzle: tweak for root selector shortcut. Fixes #12419.Timmy Willison2012-08-291-0/+0
* Update Sizzle: minor editsTimmy Willison2012-08-291-0/+0