aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Updating the source version to 1.9.0preDave Methvin2013-01-081-1/+1
|
* Tagging the 1.9.0rc1 release.1.9.0rc1Dave Methvin2013-01-081-2/+2
|
* Propagate context of returned deferred object in Deferred.then(). Fixes #13160.nanto2013-01-082-17/+30
|
* Opera 12.0 still implements an older version of the DOM so cloneNode cannot ↵jaubourg2013-01-081-1/+1
| | | | be called without an argument
* Resurrect buildFragment and sacrifice jQuery.clean. See gh-1117.Dave Methvin2013-01-084-46/+32
|
* Ref #8908. Update IE9 css clone fix. Close gh-1120.Oleg2013-01-084-14/+30
|
* Fix #13103. Add .finish() method. Cherry picked from ↵Corey Frang2013-01-083-4/+105
| | | | b6abb31df4d5be80dc13844d9988fb0c990ae5ae.
* Fix #12863. Prevent oldIE from calling `.removeAttribute`Dave Methvin2013-01-061-1/+1
|
* Fix #12336. Ensure oldIE really does .empty() selects.Dave Methvin2013-01-062-2/+14
|
* Fix #12471. Use consistent line endings in jquery.jsDave Methvin2013-01-061-5/+13
|
* Fix #12945. Check for .getAttribute so IE9 is happy.Dave Methvin2013-01-041-1/+5
|
* Fixes #13088: under IE8, $(selector).attr('style') always return lowercase ↵Mike Sherov2012-12-312-4/+8
| | | | string
* Add release support for map files.Dave Methvin2012-12-281-10/+45
|
* Followup to gh-1089. Avoid duplicate typeof check.Dave Methvin2012-12-231-7/+6
|
* Fix #13075. Optimize $.type by preferring `typeof`. Close gh-1089.Sebi Burkhard2012-12-232-4/+17
| | | | Also fixes browsers where `typeof RegExp === "function"`.
* Fix #13076. Speed up $() with strings, part of gh-1089.Sebi Burkhard2012-12-232-3/+3
|
* Put .min.js file at the end so compare_size will work.Dave Methvin2012-12-231-2/+2
|
* Know when to hold em, know when to fold em.Dave Methvin2012-12-221-7/+12
|
* Put the map in the dist directory.Dave Methvin2012-12-221-1/+1
|
* Post-process map file so it has the right path.Dave Methvin2012-12-221-32/+29
|
* Update SizzleRichard Gibson2012-12-211-0/+0
|
* Fix 00bbbe20 test failuresRichard Gibson2012-12-211-0/+0
|
* Do not perform support check for old Opera. Close gh-1097.Oleg2012-12-201-1/+1
|
* Fix #12569. Improve feature detect for event bubbling. Close gh-1076.Oleg2012-12-204-86/+180
|
* Fix #13070: better unescaping logic in SizzleRichard Gibson2012-12-201-0/+0
|
* Fix #13094. Pass index to .before(fn) fn as documented. Close gh-1093.Oleg2012-12-202-3/+12
|
* Better dependency versions for grunt packages, thanks @Krinkle!Mike Sherov2012-12-191-6/+6
|
* Make sure Jenkins can grunt jQuery right from npm installMike Sherov2012-12-192-5/+7
|
* Add comment about where to locate grunt TODO'sMike Sherov2012-12-191-0/+1
|
* Update to Grunt 0.4, and Uglify2 with Source Maps!Mike Sherov2012-12-192-99/+86
|
* Do not assume new versions are back compatible.Dave Methvin2012-12-191-2/+2
|
* Remove .live() tests now in Migrate plugin.Dave Methvin2012-12-181-578/+25
|
* Fix #13078. Remove .live() and .die(). Great rejoicing.Dave Methvin2012-12-181-9/+0
|
* Sizzle: :lang updates for handling backslashes, xml, and inheritanceTimmy Willison2012-12-181-0/+0
|
* Sizzle: QA for :lang from gibsonTimmy Willison2012-12-171-0/+0
|
* Sizzle: add support for :lang selectorTimmy Willison2012-12-171-0/+0
|
* Updating the source version to 1.9.0preDave Methvin2012-12-161-1/+1
|
* Tagging the 1.9.0b1 release.1.9.0b1Dave Methvin2012-12-161-1/+1
|
* Use the right repo.Dave Methvin2012-12-161-2/+1
|
* Update the build script so it runs on Windows.Dave Methvin2012-12-161-30/+45
|
* Update version in release notes builder.Dave Methvin2012-12-161-3/+3
|
* Fix #13064: better test fixture cleanup. Close gh-1075.Richard Gibson2012-12-161-2/+2
|
* let .attr(checked|selected, true) update the propertyRichard Gibson2012-12-162-3/+10
|
* Resolve a763ae72 test failuresRichard Gibson2012-12-151-4/+1
|
* Fix #11115: Normalize boolean attributes/properties. Close gh-1066.Richard Gibson2012-12-155-95/+116
|
* Sizzle: size optimizationTimmy Willison2012-12-151-0/+0
|
* Sizzle: initialize with default document on load to get it out of the way ↵Timmy Willison2012-12-151-0/+0
| | | | for most use cases
* Sizzle: assume window.document in Sizzle.matches; massively reduce calls to ↵Timmy Willison2012-12-151-0/+0
| | | | setDocument by not calling when context is null
* Update SizzleTimmy Willison2012-12-151-0/+0
|
* Update Sizzle: avoid calling setDocument when possibleTimmy Willison2012-12-151-0/+0
|