]> source.dussan.org Git - jquery.git/log
jquery.git
11 years agoFix attribute names in aliased form property test. Close gh-951.
Jonathan Sampson [Thu, 11 Oct 2012 18:30:51 +0000 (15:30 -0300)]
Fix attribute names in aliased form property test. Close gh-951.

Test expects input elements having name='id', name='name', and name='target'. Additionally, these should have id='id', id='name', and id='target' respectively. No element was provided with id='id' or name='id', but rather one element had two name attributes (illegal) with the values 'id' and 'name' respectively.

11 years agoFixes #12518, removes an offsetWidth on focus/blur events for an <IE9 bug that caused...
Merrifield, Jay [Mon, 15 Oct 2012 15:54:32 +0000 (11:54 -0400)]
Fixes #12518, removes an offsetWidth on focus/blur events for an <IE9 bug that caused a performance hit. Closes gh-958

11 years agoadding awesome new contributors to AUTHORS.txt
Mike Sherov [Sat, 20 Oct 2012 17:46:11 +0000 (13:46 -0400)]
adding awesome new contributors to AUTHORS.txt

12 years agoFix #12610, remove unneeded window.event. Close gh-968.
Sai Wong [Sat, 20 Oct 2012 14:01:31 +0000 (10:01 -0400)]
Fix #12610, remove unneeded window.event. Close gh-968.

12 years agoFix #4262: faster .eq(), closes gh-1000.
Richard Gibson [Fri, 19 Oct 2012 21:08:50 +0000 (17:08 -0400)]
Fix #4262: faster .eq(), closes gh-1000.

12 years agoCombine parseJSON tests and fix style.
Dave Methvin [Sat, 20 Oct 2012 01:59:33 +0000 (21:59 -0400)]
Combine parseJSON tests and fix style.

We only care about the result of parseJSON so there's no reason to feature detect the entire test.

12 years agoFollowup for #12751, only test on browsers with JSON.parse
Dave Methvin [Fri, 19 Oct 2012 21:18:33 +0000 (17:18 -0400)]
Followup for #12751, only test on browsers with JSON.parse

12 years agoFix #12739. Keep namespace when triggering with an Event. Close gh-972.
Allen J Schmidt Jr [Tue, 16 Oct 2012 00:22:19 +0000 (20:22 -0400)]
Fix #12739. Keep namespace when triggering with an Event. Close gh-972.

12 years agoMerge pull request #998 from jquery/strict
Julian Aubourg [Fri, 19 Oct 2012 08:13:41 +0000 (01:13 -0700)]
Merge pull request #998 from jquery/strict

12 years ago@mikesherov says `strict` is redundant when `node` is already there 998/head
jaubourg [Fri, 19 Oct 2012 08:09:52 +0000 (10:09 +0200)]
@mikesherov says `strict` is redundant when `node` is already there

12 years agoadds strict rule to jshint options (except for test files). "use strict" is added...
jaubourg [Thu, 18 Oct 2012 04:50:01 +0000 (00:50 -0400)]
adds strict rule to jshint options (except for test files). "use strict" is added to the main jQuery closure and some "could-be-unsafe" `this` trickery in effects is silenced.

12 years agoFix #12751. Ensure parseJson throws in the same situations as JSON.parse. Close gh...
James Huston [Tue, 16 Oct 2012 18:51:54 +0000 (14:51 -0400)]
Fix #12751. Ensure parseJson throws in the same situations as JSON.parse. Close gh-993.

12 years agono ticket: fix jQuery suite failure on Android
Richard Gibson [Wed, 17 Oct 2012 19:20:15 +0000 (15:20 -0400)]
no ticket: fix jQuery suite failure on Android

12 years agoFixes #12569. Improve Feature Detect For oldIE bubbling. closes gh-967
Merrifield, Jay [Mon, 15 Oct 2012 19:16:11 +0000 (15:16 -0400)]
Fixes #12569. Improve Feature Detect For oldIE bubbling. closes gh-967

12 years agofix failing offset tests
Mike Sherov [Wed, 17 Oct 2012 18:51:58 +0000 (14:51 -0400)]
fix failing offset tests

12 years agoUpdate grunt-compare-size to 0.2.0
Rick Waldron [Wed, 17 Oct 2012 17:47:47 +0000 (13:47 -0400)]
Update grunt-compare-size to 0.2.0

12 years agoFixes #12749, correctly detect position() for position:fixed elements, closes gh-991
Merrifield, Jay [Wed, 17 Oct 2012 17:40:52 +0000 (13:40 -0400)]
Fixes #12749, correctly detect position() for position:fixed elements, closes gh-991

12 years agoFixes #12752: Added OS-switch for grunt task "custom", to make use of grunt.cmd on...
Roland Eckl [Wed, 17 Oct 2012 07:29:21 +0000 (09:29 +0200)]
Fixes #12752: Added OS-switch for grunt task "custom", to make use of grunt.cmd on Windows operating systems. closes gh-996

12 years agono ticket: remove and enforce unused vars in jshint
Mike Sherov [Wed, 17 Oct 2012 16:50:12 +0000 (12:50 -0400)]
no ticket: remove and enforce unused vars in jshint

12 years agoDon't be so picky about path separators
Rick Waldron [Wed, 17 Oct 2012 16:50:10 +0000 (12:50 -0400)]
Don't be so picky about path separators

12 years agoUpdate Sizzle: fixes failing tests in traversing (FF, Opera, Safari)
Timmy Willison [Tue, 16 Oct 2012 21:28:57 +0000 (17:28 -0400)]
Update Sizzle: fixes failing tests in traversing (FF, Opera, Safari)

12 years agoStyle nit in test/unit/callbacks.js. Closes gh-992
Erick Ruiz de Chavez [Tue, 16 Oct 2012 21:25:20 +0000 (17:25 -0400)]
Style nit in test/unit/callbacks.js. Closes gh-992

12 years agoUpdate README.md - grunt *update_*submodules
Tom Fuertes [Tue, 16 Oct 2012 21:19:36 +0000 (17:19 -0400)]
Update README.md - grunt *update_*submodules

12 years agoRefactored before/after/replaceWith to not pushStack. Fixes #12664, closes gh-987
Sai Wong [Tue, 16 Oct 2012 20:50:30 +0000 (16:50 -0400)]
Refactored before/after/replaceWith to not pushStack. Fixes #12664, closes gh-987

12 years agoUpdate package.json for update submodules
Timmy Willison [Tue, 16 Oct 2012 20:45:50 +0000 (16:45 -0400)]
Update package.json for update submodules

12 years agoEnforce style in test/unit/callbacks.js. https://github.com/jquery/2012-dev-summit...
Erick Ruiz de Chavez [Tue, 16 Oct 2012 20:43:30 +0000 (16:43 -0400)]
Enforce style in test/unit/callbacks.js. https://github.com/jquery/2012-dev-summit/issues/56

12 years agoSizzzzzzllllleeeee
Timmy Willison [Tue, 16 Oct 2012 20:42:06 +0000 (16:42 -0400)]
Sizzzzzzllllleeeee

12 years agoUses an additive approach to generating anti-cache parameters rather than a timestamp...
jaubourg [Tue, 16 Oct 2012 20:08:13 +0000 (16:08 -0400)]
Uses an additive approach to generating anti-cache parameters rather than a timestamp. Fixes #12550

12 years agoUpdate Sizzle: <3 reverts
Timmy Willison [Tue, 16 Oct 2012 19:23:03 +0000 (15:23 -0400)]
Update Sizzle: <3 reverts

12 years agoMerge branch 'master' of github.com:jquery/jquery
Dave Methvin [Tue, 16 Oct 2012 19:15:00 +0000 (15:15 -0400)]
Merge branch 'master' of github.com:jquery/jquery

12 years agoFix #11280. IE6-8 need name attribute to parse param. Close gh-914.
Daniel Galvez [Tue, 16 Oct 2012 18:59:36 +0000 (14:59 -0400)]
Fix #11280. IE6-8 need name attribute to parse param. Close gh-914.

12 years agoFixes busted indents. Sorry folks
Rick Waldron [Tue, 16 Oct 2012 19:06:51 +0000 (15:06 -0400)]
Fixes busted indents. Sorry folks

12 years agoupdate sizzle for test failures
Richard Gibson [Tue, 16 Oct 2012 19:02:26 +0000 (15:02 -0400)]
update sizzle for test failures

12 years agoReplace unknown, mysterious html arg to replaceWith(fn...), with just the current...
Rick Waldron [Tue, 16 Oct 2012 19:01:59 +0000 (15:01 -0400)]
Replace unknown, mysterious html arg to replaceWith(fn...), with just the current node.

12 years agoFixes #12736. Move hover event hack to deprecated.js for removal in 1.9. Closes gh...
Greg Lavallee [Tue, 16 Oct 2012 18:36:47 +0000 (14:36 -0400)]
Fixes #12736. Move hover event hack to deprecated.js for removal in 1.9. Closes gh-982.

Signed-off-by: Timmy Willison <timmywillisn@gmail.com>
12 years agoConvert all jQuery.removeData(foo, bar, true) calls to jQuery._remove(foo, bar)
Rick Waldron [Tue, 16 Oct 2012 18:14:09 +0000 (14:14 -0400)]
Convert all jQuery.removeData(foo, bar, true) calls to jQuery._remove(foo, bar)

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
12 years agoSizzle was accidentally reverted
Timmy Willison [Tue, 16 Oct 2012 17:28:57 +0000 (13:28 -0400)]
Sizzle was accidentally reverted

12 years agoFixes #11635, Explicit overflow:auto is overridden by inline overflow:hidden during...
Mike Petrovich [Tue, 16 Oct 2012 16:22:31 +0000 (12:22 -0400)]
Fixes #11635, Explicit overflow:auto is overridden by inline overflow:hidden during animation, closes gh-981

12 years agoEnforce style guide in test/unit/attributes.js. Closes gh-985
Erick Ruiz de Chavez [Tue, 16 Oct 2012 16:29:21 +0000 (12:29 -0400)]
Enforce style guide in test/unit/attributes.js. Closes gh-985

12 years agoCode cleanup in grunt.js. Closes gh-984
Ish [Tue, 16 Oct 2012 16:21:17 +0000 (12:21 -0400)]
Code cleanup in grunt.js. Closes gh-984

12 years agoUpdate Sizzle: allows disconnected sorting. Change add to always sort with added...
Timmy Willison [Tue, 16 Oct 2012 15:52:48 +0000 (11:52 -0400)]
Update Sizzle: allows disconnected sorting. Change add to always sort with added nodes, even when disconnected.

12 years agoHandle a falsy URL in the settings object for jQuery.ajax. Fixes #10093, Closes gh-979
Ben Truyman [Tue, 16 Oct 2012 15:37:15 +0000 (11:37 -0400)]
Handle a falsy URL in the settings object for jQuery.ajax. Fixes #10093, Closes gh-979

12 years agoClean up jshintrc configs. Close gh-983.
Mike Sherov [Tue, 16 Oct 2012 15:26:14 +0000 (11:26 -0400)]
Clean up jshintrc configs. Close gh-983.

12 years agoCreate private methods for processing data/removeData requests. Fixes #12519, Closes...
carldanley [Tue, 16 Oct 2012 15:15:41 +0000 (11:15 -0400)]
Create private methods for processing data/removeData requests. Fixes #12519, Closes gh-976

12 years agoRemove unused child_process init and assignment from grunt.js. Closes gh-978
Ish [Tue, 16 Oct 2012 14:58:38 +0000 (10:58 -0400)]
Remove unused child_process init and assignment from grunt.js. Closes gh-978

12 years agoReturn correct index for no-arg index() calls. Fixes #10977. Closes gh-971
MORGAN [Tue, 16 Oct 2012 14:25:08 +0000 (10:25 -0400)]
Return correct index for no-arg index() calls. Fixes #10977. Closes gh-971

12 years agoenforce double quotes via JSHint. Closes gh-975
Mike Sherov [Tue, 16 Oct 2012 14:17:14 +0000 (10:17 -0400)]
enforce double quotes via JSHint. Closes gh-975

12 years agoput "use strict" where it belongs so that this works for jshint 0.5.x up to 0.9.x
jaubourg [Tue, 16 Oct 2012 14:10:17 +0000 (10:10 -0400)]
put "use strict" where it belongs so that this works for jshint 0.5.x up to 0.9.x

12 years agofixes problematic JSONP test (gotta learn to count)
jaubourg [Tue, 16 Oct 2012 14:02:44 +0000 (10:02 -0400)]
fixes problematic JSONP test (gotta learn to count)

12 years agoRemove use strict from grunt
Dave Methvin [Tue, 16 Oct 2012 13:55:34 +0000 (09:55 -0400)]
Remove use strict from grunt

12 years agoMoved attrFN to deprecated. Close gh-977.
Akintayo Akinwunmi [Tue, 16 Oct 2012 13:51:01 +0000 (09:51 -0400)]
Moved attrFN to deprecated. Close gh-977.

12 years agoMerge branch 'master' of github.com:jquery/jquery
jaubourg [Tue, 16 Oct 2012 13:41:15 +0000 (09:41 -0400)]
Merge branch 'master' of github.com:jquery/jquery

12 years agobetter, more maintainable version of the prefilters execution and transport selection
jaubourg [Tue, 16 Oct 2012 13:40:42 +0000 (09:40 -0400)]
better, more maintainable version of the prefilters execution and transport selection

12 years agocomments out some problematic JSONP test until we figure out what the problem is
jaubourg [Tue, 16 Oct 2012 13:39:33 +0000 (09:39 -0400)]
comments out some problematic JSONP test until we figure out what the problem is

12 years agoFixing style for deferred.js unit tests. Close gh-973.
Erick Ruiz de Chavez [Tue, 16 Oct 2012 12:16:53 +0000 (08:16 -0400)]
Fixing style for deferred.js unit tests. Close gh-973.

Close jquery/2012-dev-summit/#56

12 years agolatest jshint requires "use strict"; declaration when enforcing strict mode
jaubourg [Tue, 16 Oct 2012 11:32:53 +0000 (07:32 -0400)]
latest jshint requires "use strict"; declaration when enforcing strict mode

12 years agofix effects tests failure
Mike Sherov [Tue, 16 Oct 2012 04:15:22 +0000 (00:15 -0400)]
fix effects tests failure

12 years agoLatest JSHint gets cranky with the _ vars in catch() {}
Rick Waldron [Mon, 15 Oct 2012 22:05:36 +0000 (18:05 -0400)]
Latest JSHint gets cranky with the _ vars in catch() {}

12 years agoFix style nit: indent inside if statement
Rick Waldron [Mon, 15 Oct 2012 21:21:18 +0000 (17:21 -0400)]
Fix style nit: indent inside if statement

12 years agoDeprecate fn toggle Closes gh-970 https://github.com/jquery/2012-dev-summit/issues/24
David Bonner [Mon, 15 Oct 2012 21:20:33 +0000 (17:20 -0400)]
Deprecate fn toggle Closes gh-970 https://github.com/jquery/2012-dev-summit/issues/24

12 years agoBreakout JSONP domain-related tests
Rick Waldron [Mon, 15 Oct 2012 21:11:21 +0000 (17:11 -0400)]
Breakout JSONP domain-related tests

12 years agoMove deprecated.js to the bottom of the build to ensure nothing depends on a deprecat...
Timmy Willison [Mon, 15 Oct 2012 20:51:03 +0000 (16:51 -0400)]
Move deprecated.js to the bottom of the build to ensure nothing depends on a deprecated feature

12 years agoUpdate Sizzle: focus test was failing if browser window was not in focus
Timmy Willison [Mon, 15 Oct 2012 20:09:50 +0000 (16:09 -0400)]
Update Sizzle: focus test was failing if browser window was not in focus

12 years agoDon't try to be dynamic, just get the damn job done. Expects = 30.
Rick Waldron [Mon, 15 Oct 2012 20:04:02 +0000 (16:04 -0400)]
Don't try to be dynamic, just get the damn job done. Expects = 30.

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
12 years agoSplit failing cross domain tests into two separate test bodies.
Rick Waldron [Mon, 15 Oct 2012 20:00:50 +0000 (16:00 -0400)]
Split failing cross domain tests into two separate test bodies.

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
12 years agoFixing style for test unit ajax.js. https://github.com/jquery/2012-dev-summit/issues/56
Erick Ruiz [Mon, 15 Oct 2012 19:53:39 +0000 (15:53 -0400)]
Fixing style for test unit ajax.js. https://github.com/jquery/2012-dev-summit/issues/56

12 years agoAdds missing expect() call in test/unit/support.js, fixes failing IE tests
Rick Waldron [Mon, 15 Oct 2012 18:09:03 +0000 (14:09 -0400)]
Adds missing expect() call in test/unit/support.js, fixes failing IE tests

12 years agoAdds missing expect() call, fixes failing IE tests
Rick Waldron [Mon, 15 Oct 2012 18:04:58 +0000 (14:04 -0400)]
Adds missing expect() call, fixes failing IE tests

12 years agoEnforce expects in ajax.js (https://github.com/jquery/2012-dev-summit/issues/53)...
James Huston [Mon, 15 Oct 2012 16:37:02 +0000 (12:37 -0400)]
Enforce expects in ajax.js (https://github.com/jquery/2012-dev-summit/issues/53) Closes gh-964

12 years agoRemove duplicate expect. Add QUnit.config.requireExpects to testrunner.js QUnit confi...
Rick Waldron [Mon, 15 Oct 2012 16:31:27 +0000 (12:31 -0400)]
Remove duplicate expect. Add QUnit.config.requireExpects to testrunner.js QUnit configurations.

12 years agoEnforce expects in manipulation.js (https://github.com/jquery/2012-dev-summit/issues...
James Huston [Mon, 15 Oct 2012 16:19:20 +0000 (12:19 -0400)]
Enforce expects in manipulation.js (https://github.com/jquery/2012-dev-summit/issues/53) Closes gh-963

12 years agoEnforce expects in events.js (https://github.com/jquery/2012-dev-summit/issues/53...
James Huston [Mon, 15 Oct 2012 16:18:14 +0000 (12:18 -0400)]
Enforce expects in events.js (https://github.com/jquery/2012-dev-summit/issues/53) Closes gh-962

12 years agoEnforce expects in events.js (https://github.com/jquery/2012-dev-summit/issues/53...
James Huston [Mon, 15 Oct 2012 16:16:49 +0000 (12:16 -0400)]
Enforce expects in events.js (https://github.com/jquery/2012-dev-summit/issues/53) Closes gh-961

12 years agoEnforce expects in effects.js (https://github.com/jquery/2012-dev-summit/issues/53...
James Huston [Mon, 15 Oct 2012 16:14:54 +0000 (12:14 -0400)]
Enforce expects in effects.js (https://github.com/jquery/2012-dev-summit/issues/53) Closes gh-960

12 years agoEnforce expects in css.js (https://github.com/jquery/2012-dev-summit/issues/53)
James Huston [Mon, 15 Oct 2012 16:11:20 +0000 (12:11 -0400)]
Enforce expects in css.js (https://github.com/jquery/2012-dev-summit/issues/53)

12 years agoFormat @DATE to ISO 8601 format. Fixes #12725, Closes gh-957
Ben Truyman [Mon, 15 Oct 2012 15:45:00 +0000 (11:45 -0400)]
Format @DATE to ISO 8601 format. Fixes #12725, Closes gh-957

12 years agoFixes update submodule task for windows (uses an npm based task)
jaubourg [Mon, 15 Oct 2012 15:38:00 +0000 (11:38 -0400)]
Fixes update submodule task for windows (uses an npm based task)

12 years agoSizzle: Fix :focus selector with elements that have a tabIndex !== -1
Timmy Willison [Mon, 15 Oct 2012 14:40:32 +0000 (10:40 -0400)]
Sizzle: Fix :focus selector with elements that have a tabIndex !== -1

12 years agoRemove the Makefile and replace the submodule update with a grunt task. Thanks to...
Mike Sherov [Mon, 15 Oct 2012 13:38:27 +0000 (09:38 -0400)]
Remove the Makefile and replace the submodule update with a grunt task. Thanks to @ryanneufeld. Closes gh-953.

12 years agoUpdate Sizzle: Fixes #12606, #12671, #12672.
Timmy Willison [Sun, 14 Oct 2012 16:07:05 +0000 (12:07 -0400)]
Update Sizzle: Fixes #12606, #12671, #12672.

12 years agoUse the correct escape for BOM; add build code to detect non-ASCII.
Dave Methvin [Thu, 11 Oct 2012 14:17:24 +0000 (10:17 -0400)]
Use the correct escape for BOM; add build code to detect non-ASCII.

12 years agoUse Uglify's ascii_only to avoid converting UTF-8 escapes.
Dave Methvin [Thu, 11 Oct 2012 13:38:44 +0000 (09:38 -0400)]
Use Uglify's ascii_only to avoid converting UTF-8 escapes.

Thanks @curiousdannii!

12 years agoFix #12690. Avoid use of UTF-8 chars in final files.
Dave Methvin [Wed, 10 Oct 2012 17:00:45 +0000 (13:00 -0400)]
Fix #12690. Avoid use of UTF-8 chars in final files.

12 years agoSkip jQuery.sub() test since IE6 can't handle it.
Dave Methvin [Wed, 10 Oct 2012 00:42:33 +0000 (20:42 -0400)]
Skip jQuery.sub() test since IE6 can't handle it.

12 years agoBreak big-html check into its own test for IE6.
Dave Methvin [Wed, 10 Oct 2012 00:06:02 +0000 (20:06 -0400)]
Break big-html check into its own test for IE6.

12 years agoTest: Clean up and fix misc issues
Timo Tijhof [Tue, 9 Oct 2012 23:48:37 +0000 (01:48 +0200)]
Test: Clean up and fix misc issues

* Clean up testinit and testrunner

* Uncomment isLocal (at least make sure it is declared)

* Rephrase environment assertions to make sense if one reads
  them when they pass.

* Optimise an expensive loop that might be the cause of this
  in IE6: http://cl.ly/image/3f20053m112n

12 years agoDo not iterate over functions. Fixes #12665. Unit tests added. Thanks to @kselden...
jaubourg [Sat, 6 Oct 2012 20:00:43 +0000 (22:00 +0200)]
Do not iterate over functions. Fixes #12665. Unit tests added. Thanks to @kselden for finding the bug.

12 years agofix failure from bad markup leaving an element behind. Closes gh-946
Richard Gibson [Sat, 6 Oct 2012 00:31:43 +0000 (20:31 -0400)]
fix failure from bad markup leaving an element behind. Closes gh-946

12 years agoUpdate AUTHORS.txt based on CLA responses.
Dave Methvin [Fri, 5 Oct 2012 14:47:09 +0000 (10:47 -0400)]
Update AUTHORS.txt based on CLA responses.

12 years agobody default display is always block. @mikesherov was right and this is the proof...
Rick Waldron [Thu, 4 Oct 2012 17:25:50 +0000 (13:25 -0400)]
body default display is always block. @mikesherov was right and this is the proof. Fixes #10227

12 years agoSizzle: throw an invalid selector exception for trailing-comma selectors. Fixes ...
Timmy Willison [Thu, 4 Oct 2012 13:49:20 +0000 (09:49 -0400)]
Sizzle: throw an invalid selector exception for trailing-comma selectors. Fixes #12643.

12 years agoFix #12583: Don't ignore disabled property of select-one, close gh-932.
Richard Gibson [Fri, 21 Sep 2012 15:53:03 +0000 (11:53 -0400)]
Fix #12583: Don't ignore disabled property of select-one, close gh-932.

12 years agoFix #12637: restore 1.8.1 ajax crossDomain logic. Close gh-944.
Richard Gibson [Wed, 3 Oct 2012 12:26:01 +0000 (08:26 -0400)]
Fix #12637: restore 1.8.1 ajax crossDomain logic. Close gh-944.

12 years agoRevert "Chrome fails in ajax.js tests because TestSwarm/Ngnix won't give HEAD request...
Dave Methvin [Mon, 1 Oct 2012 02:23:02 +0000 (22:23 -0400)]
Revert "Chrome fails in ajax.js tests because TestSwarm/Ngnix won't give HEAD requests any respect. Skip them rather than hear Swarmy call FAILURE on each run."

This reverts commit 9c5089a60d479a959b290a5b4ab8ef38c985e963.

These were not the droids we were looking for. Actually caused by a BrowserStack issue.

12 years agoSince .getAttribute() returns strings, we should check for them.
Dave Methvin [Mon, 1 Oct 2012 02:19:31 +0000 (22:19 -0400)]
Since .getAttribute() returns strings, we should check for them.

12 years agoFix #12537, element.css('filter') returns undefined in IE9. Close gh-942.
Mike Sherov [Sun, 30 Sep 2012 21:41:42 +0000 (17:41 -0400)]
Fix #12537, element.css('filter') returns undefined in IE9. Close gh-942.

12 years agoFix #12357: be more kind to non-browser environments. Close gh-938.
Richard Gibson [Mon, 1 Oct 2012 00:54:28 +0000 (20:54 -0400)]
Fix #12357: be more kind to non-browser environments. Close gh-938.

12 years agoFix #10943, tabindex not set properly on clone in IE7. Close gh-937.
Mike Sherov [Sat, 29 Sep 2012 04:23:55 +0000 (00:23 -0400)]
Fix #10943, tabindex not set properly on clone in IE7. Close gh-937.

This is only a unit test fix because the bug was tangentially fixed by a different commit

12 years agoFixes to contributing.md. Closes gh-931
Callum Macrae [Tue, 25 Sep 2012 20:19:38 +0000 (16:19 -0400)]
Fixes to contributing.md. Closes gh-931

12 years agoUpdating the source version to 1.8.3pre
Dave Methvin [Fri, 21 Sep 2012 01:13:14 +0000 (21:13 -0400)]
Updating the source version to 1.8.3pre