| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix failing tests for beforeunload in Safari 5.0. Close gh-1002. | Oleg | 2012-10-21 | 1 | -12/+28 |
* | Remove references to the Makefile from the README | Mike Sherov | 2012-10-21 | 1 | -1/+1 |
* | Fix #12061. Avoid window.onbeforeunload to permit multiple handlers. Close gh... | Oleg | 2012-10-20 | 2 | -18/+56 |
* | Remove deprecated $.uuid and dunseled $.deletedIds. | Dave Methvin | 2012-10-20 | 1 | -5/+0 |
* | Fix #12107. Let .proxy() curry args without overwriting context. Close gh-866. | Marcel Greter | 2012-10-20 | 2 | -2/+10 |
* | Alternate fix for #11426; check responseText. Close gh-843. | Oleg Gaidarenko | 2012-10-20 | 1 | -2/+1 |
* | Don't expose jQuery.deletedIds. Close gh-889. | Rick Waldron | 2012-10-20 | 3 | -2/+5 |
* | Fix #12048. Set attributes for XML fragments. Close gh-965. | Sai Wong | 2012-10-20 | 4 | -1/+28 |
* | Fix attribute names in aliased form property test. Close gh-951. | Jonathan Sampson | 2012-10-20 | 1 | -1/+1 |
* | Fixes #12518, removes an offsetWidth on focus/blur events for an <IE9 bug tha... | Merrifield, Jay | 2012-10-20 | 1 | -3/+7 |
* | adding awesome new contributors to AUTHORS.txt | Mike Sherov | 2012-10-20 | 1 | -0/+2 |
* | Fix #12610, remove unneeded window.event. Close gh-968. | Sai Wong | 2012-10-20 | 1 | -1/+1 |
* | Fix #4262: faster .eq(), closes gh-1000. | Richard Gibson | 2012-10-19 | 2 | -48/+16 |
* | Combine parseJSON tests and fix style. | Dave Methvin | 2012-10-19 | 1 | -71/+14 |
* | Followup for #12751, only test on browsers with JSON.parse | Dave Methvin | 2012-10-19 | 1 | -33/+36 |
* | Fix #12739. Keep namespace when triggering with an Event. Close gh-972. | Allen J Schmidt Jr | 2012-10-19 | 3 | -2/+40 |
* | Merge pull request #998 from jquery/strict | Julian Aubourg | 2012-10-19 | 3 | -0/+4 |
|\ |
|
| * | @mikesherov says `strict` is redundant when `node` is already there | jaubourg | 2012-10-19 | 1 | -1/+0 |
| * | adds strict rule to jshint options (except for test files). "use strict" is a... | jaubourg | 2012-10-18 | 4 | -0/+5 |
|/ |
|
* | Fix #12751. Ensure parseJson throws in the same situations as JSON.parse. Clo... | James Huston | 2012-10-17 | 4 | -17/+88 |
* | no ticket: fix jQuery suite failure on Android | Richard Gibson | 2012-10-17 | 2 | -1/+1 |
* | Fixes #12569. Improve Feature Detect For oldIE bubbling. closes gh-967 | Merrifield, Jay | 2012-10-17 | 1 | -1/+1 |
* | fix failing offset tests | Mike Sherov | 2012-10-17 | 1 | -2/+19 |
* | Update grunt-compare-size to 0.2.0 | Rick Waldron | 2012-10-17 | 1 | -1/+1 |
* | Fixes #12749, correctly detect position() for position:fixed elements, closes... | Merrifield, Jay | 2012-10-17 | 2 | -49/+61 |
* | Fixes #12752: Added OS-switch for grunt task "custom", to make use of grunt.c... | Roland Eckl | 2012-10-17 | 1 | -1/+1 |
* | no ticket: remove and enforce unused vars in jshint | Mike Sherov | 2012-10-17 | 8 | -14/+11 |
* | Don't be so picky about path separators | Rick Waldron | 2012-10-17 | 1 | -5/+0 |
* | Update Sizzle: fixes failing tests in traversing (FF, Opera, Safari) | Timmy Willison | 2012-10-17 | 1 | -0/+0 |
* | Style nit in test/unit/callbacks.js. Closes gh-992 | Erick Ruiz de Chavez | 2012-10-16 | 1 | -1/+1 |
* | Update README.md - grunt *update_*submodules | Tom Fuertes | 2012-10-16 | 1 | -1/+1 |
* | Refactored before/after/replaceWith to not pushStack. Fixes #12664, closes gh... | Sai Wong | 2012-10-16 | 2 | -58/+101 |
* | Update package.json for update submodules | Timmy Willison | 2012-10-16 | 1 | -1/+1 |
* | Enforce style in test/unit/callbacks.js. https://github.com/jquery/2012-dev-s... | Erick Ruiz de Chavez | 2012-10-16 | 1 | -22/+27 |
* | Sizzzzzzllllleeeee | Timmy Willison | 2012-10-16 | 1 | -0/+0 |
* | Uses an additive approach to generating anti-cache parameters rather than a t... | jaubourg | 2012-10-16 | 1 | -1/+3 |
* | Update Sizzle: <3 reverts | Timmy Willison | 2012-10-16 | 1 | -0/+0 |
* | Merge branch 'master' of github.com:jquery/jquery | Dave Methvin | 2012-10-16 | 18 | -359/+541 |
|\ |
|
| * | Fixes busted indents. Sorry folks | Rick Waldron | 2012-10-16 | 1 | -4/+4 |
| * | update sizzle for test failures | Richard Gibson | 2012-10-16 | 1 | -0/+0 |
| * | Replace unknown, mysterious html arg to replaceWith(fn...), with just the cur... | Rick Waldron | 2012-10-16 | 1 | -3/+6 |
| * | Fixes #12736. Move hover event hack to deprecated.js for removal in 1.9. Clos... | Greg Lavallee | 2012-10-16 | 4 | -49/+79 |
| * | Convert all jQuery.removeData(foo, bar, true) calls to jQuery._remove(foo, bar) | Rick Waldron | 2012-10-16 | 4 | -13/+13 |
| * | Sizzle was accidentally reverted | Timmy Willison | 2012-10-16 | 1 | -0/+0 |
| * | Fixes #11635, Explicit overflow:auto is overridden by inline overflow:hidden ... | Mike Petrovich | 2012-10-16 | 4 | -1/+29 |
| * | Enforce style guide in test/unit/attributes.js. Closes gh-985 | Erick Ruiz de Chavez | 2012-10-16 | 1 | -275/+365 |
| * | Code cleanup in grunt.js. Closes gh-984 | Ish | 2012-10-16 | 1 | -8/+8 |
| * | Update Sizzle: allows disconnected sorting. Change add to always sort with ad... | Timmy Willison | 2012-10-16 | 3 | -9/+4 |
| * | Handle a falsy URL in the settings object for jQuery.ajax. Fixes #10093, Clos... | Ben Truyman | 2012-10-16 | 2 | -3/+39 |
* | | Fix #11280. IE6-8 need name attribute to parse param. Close gh-914. | Daniel Galvez | 2012-10-16 | 3 | -3/+54 |
|/ |
|