aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Ref #12945, IE9/10 still needs safe .getAttribute check.Dave Methvin2013-01-041-1/+3
* Fix #12945. Check for .getAttribute so IE9 is happy.Dave Methvin2013-01-041-1/+3
* Remove appendChecked detect and stranded markup.Dave Methvin2013-01-031-11/+4
* Remove oldIE styleFloat detect.Dave Methvin2013-01-032-5/+1
* Remove noCloneEvent detects and white-box unit test.Dave Methvin2013-01-031-12/+0
* Remove oldIE submit/change bubble detects.Dave Methvin2013-01-031-7/+4
* Remove deleteExpando detect.Dave Methvin2013-01-031-8/+0
* Remove inlineBlockNeedsLayout and shrinkWrapBlocks.Dave Methvin2013-01-032-38/+6
* Remove support.reliableHiddenOffsets detect.Dave Methvin2013-01-032-23/+3
* Remove stranded support.js checks for oldIE.Dave Methvin2013-01-031-23/+0
* Revert data.js rewrite.Dave Methvin2013-01-033-227/+250
* Happy New Year! It's 2013.Dave Methvin2013-01-031-1/+1
* Only splice from internal arrays when item actually exists.Rick Waldron2012-12-311-2/+5
* Updates to data.js re-write to pass events and manipulation (full pass in loc...Rick Waldron2012-12-313-38/+43
* 2.0: Rewrite data.jsRick Waldron2012-12-311-220/+189
* Use a fresh input for the value-lossage check.Dave Methvin2012-12-311-0/+1
* Restore optSelected hack still needed by IE9/10Dave Methvin2012-12-312-0/+18
* Merge branch '2.0-core' of https://github.com/rwldrn/jqueryRick Waldron2012-12-311-160/+32
|\
| * Explanations for each step of isPlainObjectRick Waldron2012-12-261-1/+8
| * obj === Object(obj) comparison is an unnecessary artifact from refactoringRick Waldron2012-12-261-1/+1
| * Ensure that null/undefined args don't choke on native indexOfRick Waldron2012-12-261-1/+1
| * Further reduction, thanks @dchermanRick Waldron2012-12-261-3/+1
| * Straightforward support noteRick Waldron2012-12-261-1/+1
| * Straightforward support noteRick Waldron2012-12-261-1/+1
| * Remove setTimeout for body existanceRick Waldron2012-12-261-5/+0
| * 2.0: Reduce globalEvalRick Waldron2012-12-261-9/+3
| * 2.0: Reduced parseXMLRick Waldron2012-12-261-10/+7
| * 2.0: Reduce isPlainObjectRick Waldron2012-12-261-15/+5
| * 2.0: Remove isArray shimRick Waldron2012-12-261-3/+1
| * 2.0: Remove now shimRick Waldron2012-12-261-3/+1
| * 2.0: Remove inArray shimRick Waldron2012-12-261-19/+1
| * 2.0: Remove JSON.parse shimRick Waldron2012-12-261-33/+1
| * 2.0: Remove trim shimRick Waldron2012-12-261-17/+3
| * 2.0: Removes attachEvent paths for jQuery.ready()Rick Waldron2012-12-261-44/+3
* | Merge branch 'event20' of https://github.com/dmethvin/jqueryRick Waldron2012-12-311-190/+20
|\ \
| * | Clean up comments, including browser support levels.Dave Methvin2012-12-261-3/+4
| * | Remove try/catch around focus events needed by oldIE.Dave Methvin2012-12-261-15/+4
| * | Remove obsolete event object fixups.Dave Methvin2012-12-261-21/+2
| * | Remove oldIE proprietary event methods/properties.Dave Methvin2012-12-261-43/+9
| * | Remove oldIE change and submit special-event code.Dave Methvin2012-12-261-108/+1
| |/
* | Merge branch '2.0-manipulation' of https://github.com/orkel/jqueryRick Waldron2012-12-311-334/+181
|\ \
| * | Rename fixCloneNodeIssues helper to fixInputOleg2012-12-281-4/+4
| * | Add empty lineOleg2012-12-281-0/+1
| * | wrapMap.col = wrapMap.trOleg2012-12-281-2/+1
| * | wrapMap.thead = wrapMap.trOleg2012-12-281-3/+2
| * | Remove fix for #11280Oleg2012-12-281-1/+0
| * | Remove fieldset from wrapMapOleg2012-12-281-1/+0
| * | Add comments for optgroup and option elements in wrapMapOleg2012-12-281-0/+3
| * | Remove fix for #4484, add more testsOleg2012-12-281-1/+0
| * | Simplify getAll helperOleg2012-12-241-13/+3