]> source.dussan.org Git - jquery.git/log
jquery.git
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

12 years agoTagging the 1.8.2 release.
Dave Methvin [Fri, 21 Sep 2012 01:12:38 +0000 (21:12 -0400)]
Tagging the 1.8.2 release.

12 years agoUpdate release notes script to 1.8.2 and add debug option.
Dave Methvin [Fri, 21 Sep 2012 00:48:20 +0000 (20:48 -0400)]
Update release notes script to 1.8.2 and add debug option.

12 years agoSizzle: removes nth-child cache
Timmy Willison [Thu, 20 Sep 2012 21:00:43 +0000 (17:00 -0400)]
Sizzle: removes nth-child cache

12 years agoSizzle: account for external document contexts (such as iframes) in combinator checks...
Timmy Willison [Thu, 20 Sep 2012 16:00:57 +0000 (12:00 -0400)]
Sizzle: account for external document contexts (such as iframes) in combinator checks. Fixes #12572.

12 years agoUpdate Sizzle: fix a failing test in traversing. Move an attribute selector test...
Timmy Willison [Thu, 20 Sep 2012 00:46:18 +0000 (20:46 -0400)]
Update Sizzle: fix a failing test in traversing. Move an attribute selector test to jQuery-only.

12 years agoSizzle: fixes failing test in css
Timmy Willison [Wed, 19 Sep 2012 16:30:57 +0000 (12:30 -0400)]
Sizzle: fixes failing test in css

12 years agoUpdate Sizzle: fix position caching with child selectors. Fixes #12337.
Timmy Willison [Wed, 19 Sep 2012 16:04:09 +0000 (12:04 -0400)]
Update Sizzle: fix position caching with child selectors. Fixes #12337.

12 years agoFixes failing tests in selector/traversing
Timmy Willison [Wed, 19 Sep 2012 16:00:47 +0000 (12:00 -0400)]
Fixes failing tests in selector/traversing

12 years agoUpdate Sizzle: Fixes #12303, #12474, #12523, #12526, #12541.
Timmy Willison [Wed, 19 Sep 2012 15:31:44 +0000 (11:31 -0400)]
Update Sizzle: Fixes #12303, #12474, #12523, #12526, #12541.

12 years agoFix #12229, size/consistency improvements. Close gh-887.
Richard Gibson [Tue, 18 Sep 2012 21:39:44 +0000 (17:39 -0400)]
Fix #12229, size/consistency improvements. Close gh-887.

12 years agoFix #12423. Ensure we can .apply() before we try.
Dave Methvin [Tue, 18 Sep 2012 18:26:21 +0000 (14:26 -0400)]
Fix #12423. Ensure we can .apply() before we try.

I can't think of an uncontrived way to unit test this, it only occurs in IE when a BHO monkeys with the links.

12 years agoCONTRIBUTING.md: more contents links
Rick Waldron [Mon, 17 Sep 2012 18:57:20 +0000 (14:57 -0400)]
CONTRIBUTING.md: more contents links

12 years agoCONTRIBUTING.md: adds top header
Rick Waldron [Mon, 17 Sep 2012 18:55:02 +0000 (14:55 -0400)]
CONTRIBUTING.md: adds top header

12 years agoCONTRIBUTING.md: fixes fragment url, #jquery-core-style-guide
Rick Waldron [Mon, 17 Sep 2012 18:54:24 +0000 (14:54 -0400)]
CONTRIBUTING.md: fixes fragment url, #jquery-core-style-guide

12 years agoSecond draft of CONTRIBUTING.md
Rick Waldron [Mon, 17 Sep 2012 18:53:05 +0000 (14:53 -0400)]
Second draft of CONTRIBUTING.md

12 years agoInitial draft of CONTRIBUTING.md
Rick Waldron [Mon, 17 Sep 2012 18:29:58 +0000 (14:29 -0400)]
Initial draft of CONTRIBUTING.md

12 years agoMinor typo with Homebrew link. Close gh-929.
Dave Riddle [Sat, 15 Sep 2012 20:19:51 +0000 (16:19 -0400)]
Minor typo with Homebrew link. Close gh-929.

12 years agoFix #12447: Ensure starting-point calc takes finite time. Close gh-922.
Richard Gibson [Sat, 15 Sep 2012 15:57:01 +0000 (11:57 -0400)]
Fix #12447: Ensure starting-point calc takes finite time. Close gh-922.

12 years agoFix #12536. Start at .offset() 0,0 if no getBoundingClientRect.
Dave Methvin [Fri, 14 Sep 2012 14:14:40 +0000 (10:14 -0400)]
Fix #12536. Start at .offset() 0,0 if no getBoundingClientRect.

This lets us still add the other offset components to the number so they're less wrong. Affects BlackBerry 5 and iOS 3, everyone else has gBCR.

12 years agoFix #12534. Don't die on browsers lacking getBoundingClientRect.
Dave Methvin [Thu, 13 Sep 2012 22:47:07 +0000 (18:47 -0400)]
Fix #12534. Don't die on browsers lacking getBoundingClientRect.

12 years agodeferred.promise(obj) should work with non-objects. Fixes #12521. Much needed unit...
jaubourg [Thu, 13 Sep 2012 13:44:12 +0000 (15:44 +0200)]
deferred.promise(obj) should work with non-objects. Fixes #12521. Much needed unit tests added!

12 years agoChrome fails in ajax.js tests because TestSwarm/Ngnix won't give HEAD requests any...
Dave Methvin [Tue, 11 Sep 2012 19:41:46 +0000 (15:41 -0400)]
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.

12 years agoSizzle: fix selector in Chrome 21. Fixes #12492.
Timmy Willison [Tue, 11 Sep 2012 18:50:23 +0000 (14:50 -0400)]
Sizzle: fix  selector in Chrome 21. Fixes #12492.

12 years agoSizzle: tagged versions are now in the repo; update selector engine list
Timmy Willison [Tue, 11 Sep 2012 17:10:59 +0000 (13:10 -0400)]
Sizzle: tagged versions are now in the repo; update selector engine list

12 years agoFix #12554. Sanitize data from POST. Close gh-908.
Markus Staab [Mon, 10 Sep 2012 02:00:53 +0000 (22:00 -0400)]
Fix #12554. Sanitize data from POST. Close gh-908.

12 years agoRemove superfluous `@` in compressed header. Close gh-925.
Dave Methvin [Mon, 10 Sep 2012 01:23:17 +0000 (21:23 -0400)]
Remove superfluous `@` in compressed header. Close gh-925.

Thanks @vlakoff!

12 years agoFix #12436, make delegated events fast again. Close gh-923.
Dave Methvin [Mon, 10 Sep 2012 00:47:07 +0000 (20:47 -0400)]
Fix #12436, make delegated events fast again. Close gh-923.

Retains the rooted-at-delegateTarget behavior fixed in #12383 by afd717df9e.

12 years agoRemove useless guard for `a`. Close gh-918.
Dave Methvin [Mon, 10 Sep 2012 00:56:44 +0000 (20:56 -0400)]
Remove useless guard for `a`. Close gh-918.

Thanks @staabm!

12 years agoUpdate .editorconfig with new properties. Close gh-915.
Sindre Sorhus [Tue, 28 Aug 2012 23:14:48 +0000 (01:14 +0200)]
Update .editorconfig with new properties. Close gh-915.

See http://editorconfig.org

12 years agoSizzle: adjustment for speed totals display
Timmy Willison [Sat, 8 Sep 2012 18:31:31 +0000 (14:31 -0400)]
Sizzle: adjustment for speed totals display

12 years agoUpdate Sizzle: adds custom performance suite for testing across multiple selector...
Timmy Willison [Sat, 8 Sep 2012 17:06:17 +0000 (13:06 -0400)]
Update Sizzle: adds custom performance suite for testing across multiple selector engines and multiple versions of Sizzle

12 years agoShim/shiv the datalist element for crabby Uncle oldIE.
Dave Methvin [Thu, 6 Sep 2012 02:01:35 +0000 (22:01 -0400)]
Shim/shiv the datalist element for crabby Uncle oldIE.

12 years agoUpdate Sizzle: authors.txt update and fix failing tests caused by QUnit's html addition
Timmy Willison [Wed, 5 Sep 2012 22:13:31 +0000 (18:13 -0400)]
Update Sizzle: authors.txt update and fix failing tests caused by QUnit's html addition

12 years agoUpdate to QUnit 1.10.0
Dave Methvin [Wed, 5 Sep 2012 20:22:40 +0000 (16:22 -0400)]
Update to QUnit 1.10.0

12 years agoUpdating the source version to 1.8.2pre
Dave Methvin [Thu, 30 Aug 2012 21:17:27 +0000 (17:17 -0400)]
Updating the source version to 1.8.2pre

12 years agoTagging the 1.8.1 release.
Dave Methvin [Thu, 30 Aug 2012 21:17:08 +0000 (17:17 -0400)]
Tagging the 1.8.1 release.

12 years agoUpdate release script and notes builder.
Dave Methvin [Thu, 30 Aug 2012 21:07:03 +0000 (17:07 -0400)]
Update release script and notes builder.

12 years agoFix #12370. Explicitly coerce bool/undef to integer.
Dave Methvin [Thu, 30 Aug 2012 14:47:47 +0000 (10:47 -0400)]
Fix #12370. Explicitly coerce bool/undef to integer.

12 years agoSizzle: POS selectors make more extensive use of tokenization. Fixes #12303.
Timmy Willison [Wed, 29 Aug 2012 16:49:17 +0000 (12:49 -0400)]
Sizzle: POS selectors make more extensive use of tokenization. Fixes #12303.

http://jqbug.com/12303

12 years agoFix #12243, $("col").width() should return the column's width. Close gh-916.
Mike Sherov [Wed, 29 Aug 2012 12:50:56 +0000 (08:50 -0400)]
Fix #12243, $("col").width() should return the column's width. Close gh-916.

12 years agoSizzle: tweak for root selector shortcut. Fixes #12419.
Timmy Willison [Wed, 29 Aug 2012 14:40:15 +0000 (10:40 -0400)]
Sizzle: tweak for root selector shortcut. Fixes #12419.

12 years agoUpdate Sizzle: minor edits
Timmy Willison [Wed, 29 Aug 2012 04:04:52 +0000 (00:04 -0400)]
Update Sizzle: minor edits