aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix #12107. Let .proxy() curry args without overwriting context. Close gh-866.Marcel Greter2012-10-201-1/+1
| |
* | 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-201-1/+1
| |
* | Fixes #12518, removes an offsetWidth on focus/blur events for an <IE9 bug ↵Merrifield, Jay2012-10-201-3/+7
| | | | | | | | that caused a performance hit. Closes gh-958
* | 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-191-8/+7
| |
* | Fix #12739. Keep namespace when triggering with an Event. Close gh-972.Allen J Schmidt Jr2012-10-191-1/+1
| |
* | adds strict rule to jshint options (except for test files). "use strict" is ↵jaubourg2012-10-183-0/+4
| | | | | | | | added to the main jQuery closure and some "could-be-unsafe" `this` trickery in effects is silenced.
* | Fix #12751. Ensure parseJson throws in the same situations as JSON.parse. ↵James Huston2012-10-171-13/+18
| | | | | | | | Close gh-993.
* | no ticket: fix jQuery suite failure on AndroidRichard Gibson2012-10-171-0/+0
| |
* | Fixes #12569. Improve Feature Detect For oldIE bubbling. closes gh-967Merrifield, Jay2012-10-171-1/+1
| |
* | Fixes #12749, correctly detect position() for position:fixed elements, ↵Merrifield, Jay2012-10-171-18/+24
| | | | | | | | closes gh-991
* | no ticket: remove and enforce unused vars in jshintMike Sherov2012-10-178-14/+11
| |
* | Update Sizzle: fixes failing tests in traversing (FF, Opera, Safari)Timmy Willison2012-10-171-0/+0
| |
* | Refactored before/after/replaceWith to not pushStack. Fixes #12664, closes ↵Sai Wong2012-10-161-47/+38
| | | | | | | | gh-987
* | SizzzzzzllllleeeeeTimmy Willison2012-10-161-0/+0
| |
* | Uses an additive approach to generating anti-cache parameters rather than a ↵jaubourg2012-10-161-1/+3
| | | | | | | | timestamp. Fixes #12550
* | Update Sizzle: <3 revertsTimmy Willison2012-10-161-0/+0
| |
* | Merge branch 'master' of github.com:jquery/jqueryDave Methvin2012-10-167-31/+59
|\ \
| * | Fixes busted indents. Sorry folksRick Waldron2012-10-161-4/+4
| | |
| * | update sizzle for test failuresRichard Gibson2012-10-161-0/+0
| | |
| * | Replace unknown, mysterious html arg to replaceWith(fn...), with just the ↵Rick Waldron2012-10-161-3/+6
| | | | | | | | | | | | current node.
| * | Fixes #12736. Move hover event hack to deprecated.js for removal in 1.9. ↵Greg Lavallee2012-10-162-23/+48
| | | | | | | | | | | | | | | | | | Closes gh-982. Signed-off-by: Timmy Willison <timmywillisn@gmail.com>
| * | Sizzle was accidentally revertedTimmy Willison2012-10-161-0/+0
| | |
| * | Fixes #11635, Explicit overflow:auto is overridden by inline overflow:hidden ↵Mike Petrovich2012-10-162-1/+1
| | | | | | | | | | | | during animation, closes gh-981
| * | Update Sizzle: allows disconnected sorting. Change add to always sort with ↵Timmy Willison2012-10-162-3/+1
| | | | | | | | | | | | added nodes, even when disconnected.
| * | Handle a falsy URL in the settings object for jQuery.ajax. Fixes #10093, ↵Ben Truyman2012-10-161-1/+3
| | | | | | | | | | | | Closes gh-979
* | | 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 ↵carldanley2012-10-164-157/+168
| | | | | | | | #12519, Closes gh-976
* | 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
| | | | | | | | | | | | Close jquery/2012-dev-summit/#56
* | | better, more maintainable version of the prefilters execution and transport ↵jaubourg2012-10-161-35/+20
|/ / | | | | | | selection
* | 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 ↵David Bonner2012-10-152-26/+26
| | | | | | | | https://github.com/jquery/2012-dev-summit/issues/24
* | 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
| | | | | | | | Thanks @curiousdannii!
* | 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 ↵jaubourg2012-10-061-2/+4
| | | | | | | | @kselden for finding the bug.
* | body default display is always block. @mikesherov was right and this is the ↵Rick Waldron2012-10-041-1/+1
| | | | | | | | proof. Fixes #10227
* | Sizzle: throw an invalid selector exception for trailing-comma selectors. ↵Timmy Willison2012-10-041-0/+0
| | | | | | | | Fixes #12643.
* | Fix #12583: Don't ignore disabled property of select-one, close gh-932.Richard Gibson2012-10-031-19/+13
| |