]> source.dussan.org Git - jquery.git/log
jquery.git
11 years agoUpdate Sizzle
Richard Gibson [Fri, 11 Jan 2013 18:01:56 +0000 (13:01 -0500)]
Update Sizzle

11 years agoRevert grunt, grunt-contrib-jshint, and grunt-contrib-uglify versions used in build...
adam j. sontag [Fri, 11 Jan 2013 04:47:48 +0000 (23:47 -0500)]
Revert grunt, grunt-contrib-jshint, and grunt-contrib-uglify versions used in build until we can adapt Gruntfile to support grunt 0.4.0rc5 changes

11 years agoUpdate Sizzle
Richard Gibson [Thu, 10 Jan 2013 20:54:32 +0000 (15:54 -0500)]
Update Sizzle

11 years agoFix #12886. Fix map file reference in .min.js file.
Dave Methvin [Thu, 10 Jan 2013 15:35:50 +0000 (10:35 -0500)]
Fix #12886. Fix map file reference in .min.js file.

Cherry picked from e348b4060848b46a6c4376661c093e0f0a3ef9e7 .

11 years agoRef gh-1117: Use native push for size and performance
Richard Gibson [Wed, 9 Jan 2013 15:10:08 +0000 (10:10 -0500)]
Ref gh-1117: Use native push for size and performance

11 years agoRef gh-1117: Don't stop on a falsy value in buildFragment. Close gh-1124.
Oleg [Wed, 9 Jan 2013 09:23:34 +0000 (13:23 +0400)]
Ref gh-1117: Don't stop on a falsy value in buildFragment. Close gh-1124.

11 years agoPropagate context of returned deferred object in Deferred.then(). Fixes #13160.
nanto [Tue, 8 Jan 2013 15:27:13 +0000 (16:27 +0100)]
Propagate context of returned deferred object in Deferred.then(). Fixes #13160.

11 years agoAdjusts unit test regarding exception in injected scripts so that it accounts for...
jaubourg [Tue, 8 Jan 2013 13:04:00 +0000 (14:04 +0100)]
Adjusts unit test regarding exception in injected scripts so that it accounts for the exception being thrown in an event loop for remote scripts

11 years agoOpera 12.0 still implements an older version of the DOM so cloneNode cannot be called...
jaubourg [Tue, 8 Jan 2013 10:15:36 +0000 (11:15 +0100)]
Opera 12.0 still implements an older version of the DOM so cloneNode cannot be called without an argument

11 years agostrengthens and dries 304 unit tests
jaubourg [Tue, 8 Jan 2013 10:06:20 +0000 (11:06 +0100)]
strengthens and dries 304 unit tests

11 years agoAdding some more test coverage for .finish()
Corey Frang [Tue, 8 Jan 2013 09:33:01 +0000 (03:33 -0600)]
Adding some more test coverage for .finish()

11 years agoTweaks the logic in the 304-related unit tests so that they pass for versions of...
jaubourg [Tue, 8 Jan 2013 09:10:18 +0000 (10:10 +0100)]
Tweaks the logic in the 304-related unit tests so that they pass for versions of Opera that support manual 304 handling as well as for those that don't

11 years agoUse while loop instead of for
Oleg [Mon, 7 Jan 2013 21:59:01 +0000 (01:59 +0400)]
Use while loop instead of for

11 years agoAlways use core_push in jQuery.buildFragment
Oleg [Mon, 7 Jan 2013 20:16:36 +0000 (00:16 +0400)]
Always use core_push in jQuery.buildFragment

11 years agoChange test description
Oleg [Mon, 7 Jan 2013 19:21:42 +0000 (23:21 +0400)]
Change test description

11 years agoBring back jQuery.buildFragment and remove jQuery.clean
Oleg [Mon, 7 Jan 2013 14:38:21 +0000 (18:38 +0400)]
Bring back jQuery.buildFragment and remove jQuery.clean

11 years agoRef #8908. Update IE9 css clone fix. Close gh-1119.
Oleg [Tue, 8 Jan 2013 02:08:47 +0000 (02:08 +0000)]
Ref #8908. Update IE9 css clone fix. Close gh-1119.

11 years agoSimplify .wrapAll() and fix style. Close gh-1116.
Oleg [Mon, 7 Jan 2013 11:48:44 +0000 (15:48 +0400)]
Simplify .wrapAll() and fix style. Close gh-1116.

11 years agoFix #13103. Add .finish() method. Close gh-1118.
Corey Frang [Tue, 8 Jan 2013 01:16:50 +0000 (01:16 +0000)]
Fix #13103. Add .finish() method. Close gh-1118.

11 years agoEliminate redundancy of Deferred.then(). 1114/head
nanto_vi [Mon, 7 Jan 2013 16:02:40 +0000 (01:02 +0900)]
Eliminate redundancy of Deferred.then().

11 years agoAdds the abort on unload trick back in since IE9 still exhibits the bug
jaubourg [Sun, 6 Jan 2013 00:34:24 +0000 (01:34 +0100)]
Adds the abort on unload trick back in since IE9 still exhibits the bug

11 years agoFixes comments per @rwldrn. Makes sure failing requests from local protocol yields...
jaubourg [Sat, 5 Jan 2013 23:41:08 +0000 (00:41 +0100)]
Fixes comments per @rwldrn. Makes sure failing requests from local protocol yields status 404, not 0.

11 years ago2.0: reduced xhr transport
jaubourg [Wed, 2 Jan 2013 21:55:41 +0000 (22:55 +0100)]
2.0: reduced xhr transport

11 years agoPropagete context of returned deferred object in Deferred.then(). Fixes #13160
nanto_vi [Sun, 6 Jan 2013 08:09:28 +0000 (17:09 +0900)]
Propagete context of returned deferred object in Deferred.then(). Fixes #13160

11 years agoFix #13143. Event target cannot be a text node.
Dave Methvin [Sun, 6 Jan 2013 15:24:56 +0000 (10:24 -0500)]
Fix #13143. Event target cannot be a text node.

Check removed in the initial 2.0 refactor but Chrome still needs it. No effective way to unit test; see the test case in #13143.

11 years agoAllow build to continue with --force on bad line endings.
Dave Methvin [Sun, 6 Jan 2013 15:03:59 +0000 (10:03 -0500)]
Allow build to continue with --force on bad line endings.

11 years agoFix #12471. Use consistent line endings in jquery.js
Dave Methvin [Sat, 5 Jan 2013 18:11:01 +0000 (13:11 -0500)]
Fix #12471. Use consistent line endings in jquery.js

11 years agoRef #12945, IE9/10 still needs safe .getAttribute check.
Dave Methvin [Sat, 5 Jan 2013 03:29:27 +0000 (22:29 -0500)]
Ref #12945, IE9/10 still needs safe .getAttribute check.

11 years agoFix #12945. Check for .getAttribute so IE9 is happy.
Dave Methvin [Fri, 4 Jan 2013 22:21:43 +0000 (17:21 -0500)]
Fix #12945. Check for .getAttribute so IE9 is happy.

11 years agoUse new version of grunt-contrib-watch. Close gh-1106.
Zachary Adam Kaplan [Sun, 30 Dec 2012 01:53:18 +0000 (17:53 -0800)]
Use new version of grunt-contrib-watch. Close gh-1106.

Previous versions of grunt-contrib-watch did not support editors that used safe-writes (vim, etc..).

11 years agoRemove appendChecked detect and stranded markup.
Dave Methvin [Thu, 3 Jan 2013 02:55:56 +0000 (21:55 -0500)]
Remove appendChecked detect and stranded markup.

11 years agoRemove oldIE styleFloat detect.
Dave Methvin [Thu, 3 Jan 2013 02:32:43 +0000 (21:32 -0500)]
Remove oldIE styleFloat detect.

11 years agoRemove noCloneEvent detects and white-box unit test.
Dave Methvin [Thu, 3 Jan 2013 02:25:49 +0000 (21:25 -0500)]
Remove noCloneEvent detects and white-box unit test.

11 years agoRemove oldIE submit/change bubble detects.
Dave Methvin [Thu, 3 Jan 2013 02:10:54 +0000 (21:10 -0500)]
Remove oldIE submit/change bubble detects.

11 years agoRemove deleteExpando detect.
Dave Methvin [Thu, 3 Jan 2013 01:53:33 +0000 (20:53 -0500)]
Remove deleteExpando detect.

11 years agoRemove inlineBlockNeedsLayout and shrinkWrapBlocks.
Dave Methvin [Thu, 3 Jan 2013 01:45:45 +0000 (20:45 -0500)]
Remove inlineBlockNeedsLayout and shrinkWrapBlocks.

11 years agoRemove support.reliableHiddenOffsets detect.
Dave Methvin [Thu, 3 Jan 2013 00:49:59 +0000 (19:49 -0500)]
Remove support.reliableHiddenOffsets detect.

11 years agoRemove stranded support.js checks for oldIE.
Dave Methvin [Wed, 2 Jan 2013 22:47:30 +0000 (17:47 -0500)]
Remove stranded support.js checks for oldIE.

11 years agoRevert data.js rewrite.
Dave Methvin [Fri, 4 Jan 2013 01:39:15 +0000 (20:39 -0500)]
Revert data.js rewrite.

Reverts the following commits:

commit f717226b3a44f918eec30b2d59ab257270189bc3
Author: Rick Waldron <waldron.rick@gmail.com>
Date:   Mon Dec 31 18:06:38 2012 -0500

Only splice from internal arrays when item actually exists.

commit b9cdc4136b688963d1dc4befb169be02a0216ba9
Author: Rick Waldron <waldron.rick@gmail.com>
Date:   Mon Dec 31 16:20:35 2012 -0500

Updates to data.js re-write to pass events and manipulation

commit d1de3000c6d50c298de14fb1ae3381d75c303723
Author: Rick Waldron <waldron.rick@gmail.com>
Date:   Mon Dec 31 15:09:45 2012 -0500

2.0: Rewrite data.js

11 years agoHappy New Year! It's 2013.
Dave Methvin [Thu, 3 Jan 2013 22:41:18 +0000 (17:41 -0500)]
Happy New Year! It's 2013.

11 years agoUpdate README to include grunt-cli step.
Dave Methvin [Wed, 2 Jan 2013 19:15:33 +0000 (14:15 -0500)]
Update README to include grunt-cli step.

11 years agoOnly splice from internal arrays when item actually exists.
Rick Waldron [Mon, 31 Dec 2012 23:06:38 +0000 (18:06 -0500)]
Only splice from internal arrays when item actually exists.

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agoUpdates to data.js re-write to pass events and manipulation (full pass in local test...
Rick Waldron [Mon, 31 Dec 2012 21:20:35 +0000 (16:20 -0500)]
Updates to data.js re-write to pass events and manipulation (full pass in local test runs)

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years ago2.0: Rewrite data.js
Rick Waldron [Mon, 31 Dec 2012 20:09:45 +0000 (15:09 -0500)]
2.0: Rewrite data.js

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agoUse a fresh input for the value-lossage check.
Dave Methvin [Mon, 31 Dec 2012 20:17:24 +0000 (15:17 -0500)]
Use a fresh input for the value-lossage check.

11 years agoRestore optSelected hack still needed by IE9/10
Dave Methvin [Mon, 31 Dec 2012 19:32:58 +0000 (14:32 -0500)]
Restore optSelected hack still needed by IE9/10

11 years agoRemove invalid test "jQuery.getJSON() - Using Native JSON" from test/unit/ajax.js
Rick Waldron [Mon, 31 Dec 2012 18:31:03 +0000 (13:31 -0500)]
Remove invalid test "jQuery.getJSON() - Using Native JSON" from test/unit/ajax.js

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agoMerge branch '2.0-core' of https://github.com/rwldrn/jquery
Rick Waldron [Mon, 31 Dec 2012 18:28:04 +0000 (13:28 -0500)]
Merge branch '2.0-core' of https://github.com/rwldrn/jquery

* '2.0-core' of https://github.com/rwldrn/jquery:
  Explanations for each step of isPlainObject
  obj === Object(obj) comparison is an unnecessary artifact from refactoring
  Ensure that null/undefined args don't choke on native indexOf
  Further reduction, thanks @dcherman
  Straightforward support note
  Straightforward support note
  Remove setTimeout for body existance
  2.0: Reduce globalEval
  2.0: Reduced parseXML
  2.0: Reduce isPlainObject
  2.0: Remove isArray shim
  2.0: Remove now shim
  2.0: Remove inArray shim
  2.0: Remove JSON.parse shim
  2.0: Remove trim shim
  2.0: Removes attachEvent paths for jQuery.ready()

11 years agoMerge branch 'event20' of https://github.com/dmethvin/jquery
Rick Waldron [Mon, 31 Dec 2012 18:26:28 +0000 (13:26 -0500)]
Merge branch 'event20' of https://github.com/dmethvin/jquery

* 'event20' of https://github.com/dmethvin/jquery:
  Clean up comments, including browser support levels.
  Remove try/catch around focus events needed by oldIE.
  Remove obsolete event object fixups.
  Remove oldIE proprietary event methods/properties.
  Remove oldIE change and submit special-event code.

11 years agoMerge branch '2.0-manipulation' of https://github.com/orkel/jquery
Rick Waldron [Mon, 31 Dec 2012 18:26:28 +0000 (13:26 -0500)]
Merge branch '2.0-manipulation' of https://github.com/orkel/jquery

* '2.0-manipulation' of https://github.com/orkel/jquery: (51 commits)
  Rename fixCloneNodeIssues helper to fixInput Move support comment
  Add tests for th element
  Add empty line
  Add more tests for wrapMap
  Add test for td append
  wrapMap.col = wrapMap.tr
  wrapMap.thead = wrapMap.tr Add support comments
  Rewrite tests for colgroup, caption Add tests for thead, tbody, tfoot
  Remove fix for #11280
  Remove fieldset from wrapMap
  Add comments for optgroup and option elements in wrapMap Add tests for optgroup element
  Remove fix for #4484, add more tests
  Use tabs instead of spaces
  Simplify getAll helper
  Simplify check for non-Elements
  Remove fix for object element
  Save 43 bytes
  Use common loop iteration idiom
  Remove fix for #9587
  Use correct comments
  ...

11 years agoMerge branch '2.0-attributes-rebased'
Rick Waldron [Mon, 31 Dec 2012 18:26:27 +0000 (13:26 -0500)]
Merge branch '2.0-attributes-rebased'

* 2.0-attributes-rebased:
  2.0: Remove getSetAttribute and getSetInput and oldIE attroperties hooks
  Resolved conflict
  2.0: Remove style->cssText attroproties fallback
  Remove outdated support tests
  2.0: Remove support.optSelected
  2.0: Remove oldIE enctype propFix

11 years agoMerge branch 'css2' of https://github.com/dmethvin/jquery
Rick Waldron [Mon, 31 Dec 2012 18:26:27 +0000 (13:26 -0500)]
Merge branch 'css2' of https://github.com/dmethvin/jquery

* 'css2' of https://github.com/dmethvin/jquery:
  2.0: Reduce css.js

11 years agoMerge branch '2.0-traversing' of https://github.com/orkel/jquery
Rick Waldron [Mon, 31 Dec 2012 18:26:26 +0000 (13:26 -0500)]
Merge branch '2.0-traversing' of https://github.com/orkel/jquery

* '2.0-traversing' of https://github.com/orkel/jquery:
  Code style
  Reduce traversing module

11 years ago2.0: Remove getSetAttribute and getSetInput and oldIE attroperties hooks
Timmy Willison [Mon, 17 Dec 2012 23:45:13 +0000 (18:45 -0500)]
2.0: Remove getSetAttribute and getSetInput and oldIE attroperties hooks

11 years agoResolved conflict
Rick Waldron [Mon, 31 Dec 2012 18:23:26 +0000 (13:23 -0500)]
Resolved conflict

11 years ago2.0: Remove style->cssText attroproties fallback
Timmy Willison [Mon, 17 Dec 2012 23:17:45 +0000 (18:17 -0500)]
2.0: Remove style->cssText attroproties fallback

11 years agoRemove outdated support tests
Timmy Willison [Mon, 17 Dec 2012 23:16:04 +0000 (18:16 -0500)]
Remove outdated support tests

11 years ago2.0: Remove support.optSelected
Timmy Willison [Mon, 17 Dec 2012 23:15:51 +0000 (18:15 -0500)]
2.0: Remove support.optSelected

11 years ago2.0: Remove oldIE enctype propFix
Timmy Willison [Mon, 17 Dec 2012 23:13:06 +0000 (18:13 -0500)]
2.0: Remove oldIE enctype propFix

11 years agoSet testswarm browsersets to "popular-no-old-ie"
Rick Waldron [Mon, 31 Dec 2012 18:10:05 +0000 (13:10 -0500)]
Set testswarm browsersets to "popular-no-old-ie"

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agoUpdating the version to 2.0.0pre
Rick Waldron [Mon, 31 Dec 2012 18:02:23 +0000 (13:02 -0500)]
Updating the version to 2.0.0pre

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agoFixes #13088: under IE8, $(selector).attr('style') always return lowercase string
Mike Sherov [Mon, 31 Dec 2012 17:30:02 +0000 (12:30 -0500)]
Fixes #13088: under IE8, $(selector).attr('style') always return lowercase string

11 years agoAdd release support for map files.
Dave Methvin [Sat, 29 Dec 2012 01:47:33 +0000 (20:47 -0500)]
Add release support for map files.

11 years agoRename fixCloneNodeIssues helper to fixInput 1094/head
Oleg [Fri, 28 Dec 2012 19:38:30 +0000 (23:38 +0400)]
Rename fixCloneNodeIssues helper to fixInput
Move support comment

11 years agoAdd tests for th element
Oleg [Fri, 28 Dec 2012 16:27:59 +0000 (20:27 +0400)]
Add tests for th element

11 years agoAdd empty line
Oleg [Fri, 28 Dec 2012 16:16:49 +0000 (20:16 +0400)]
Add empty line

11 years agoAdd more tests for wrapMap
Oleg [Fri, 28 Dec 2012 16:16:28 +0000 (20:16 +0400)]
Add more tests for wrapMap

11 years agoAdd test for td append
Oleg [Fri, 28 Dec 2012 16:06:04 +0000 (20:06 +0400)]
Add test for td append

11 years agowrapMap.col = wrapMap.tr
Oleg [Fri, 28 Dec 2012 15:59:55 +0000 (19:59 +0400)]
wrapMap.col = wrapMap.tr

11 years agowrapMap.thead = wrapMap.tr
Oleg [Fri, 28 Dec 2012 15:50:22 +0000 (19:50 +0400)]
wrapMap.thead = wrapMap.tr
Add support comments

11 years agoRewrite tests for colgroup, caption
Oleg [Fri, 28 Dec 2012 15:43:01 +0000 (19:43 +0400)]
Rewrite tests for colgroup, caption
Add tests for thead, tbody, tfoot

11 years agoRemove fix for #11280
Oleg [Fri, 28 Dec 2012 15:16:22 +0000 (19:16 +0400)]
Remove fix for #11280

11 years agoRemove fieldset from wrapMap
Oleg [Fri, 28 Dec 2012 15:09:50 +0000 (19:09 +0400)]
Remove fieldset from wrapMap

11 years agoAdd comments for optgroup and option elements in wrapMap
Oleg [Fri, 28 Dec 2012 14:56:29 +0000 (18:56 +0400)]
Add comments for optgroup and option elements in wrapMap
Add tests for optgroup element

11 years agoRemove fix for #4484, add more tests
Oleg [Fri, 28 Dec 2012 14:39:12 +0000 (18:39 +0400)]
Remove fix for #4484, add more tests

11 years agoClean up comments, including browser support levels. 1105/head
Dave Methvin [Wed, 26 Dec 2012 23:38:21 +0000 (18:38 -0500)]
Clean up comments, including browser support levels.

11 years agoRemove try/catch around focus events needed by oldIE.
Dave Methvin [Wed, 26 Dec 2012 22:52:04 +0000 (17:52 -0500)]
Remove try/catch around focus events needed by oldIE.

11 years agoRemove obsolete event object fixups.
Dave Methvin [Wed, 26 Dec 2012 22:29:17 +0000 (17:29 -0500)]
Remove obsolete event object fixups.

11 years agoRemove oldIE proprietary event methods/properties.
Dave Methvin [Wed, 26 Dec 2012 21:47:31 +0000 (16:47 -0500)]
Remove oldIE proprietary event methods/properties.

11 years agoRemove oldIE change and submit special-event code.
Dave Methvin [Wed, 26 Dec 2012 21:06:16 +0000 (16:06 -0500)]
Remove oldIE change and submit special-event code.

11 years agoExplanations for each step of isPlainObject 1098/head
Rick Waldron [Mon, 24 Dec 2012 15:54:11 +0000 (10:54 -0500)]
Explanations for each step of isPlainObject

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agoobj === Object(obj) comparison is an unnecessary artifact from refactoring
Rick Waldron [Mon, 24 Dec 2012 15:38:02 +0000 (10:38 -0500)]
obj === Object(obj) comparison is an unnecessary artifact from refactoring

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agoEnsure that null/undefined args don't choke on native indexOf
Rick Waldron [Fri, 21 Dec 2012 20:24:42 +0000 (15:24 -0500)]
Ensure that null/undefined args don't choke on native indexOf

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agoFurther reduction, thanks @dcherman
Rick Waldron [Mon, 17 Dec 2012 23:11:11 +0000 (18:11 -0500)]
Further reduction, thanks @dcherman

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agoStraightforward support note
Rick Waldron [Mon, 17 Dec 2012 23:08:14 +0000 (18:08 -0500)]
Straightforward support note

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agoStraightforward support note
Rick Waldron [Mon, 17 Dec 2012 23:06:33 +0000 (18:06 -0500)]
Straightforward support note

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agoRemove setTimeout for body existance
Rick Waldron [Mon, 17 Dec 2012 22:57:02 +0000 (17:57 -0500)]
Remove setTimeout for body existance

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years ago2.0: Reduce globalEval
Rick Waldron [Mon, 17 Dec 2012 22:49:17 +0000 (17:49 -0500)]
2.0: Reduce globalEval

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years ago2.0: Reduced parseXML
Rick Waldron [Mon, 17 Dec 2012 22:41:38 +0000 (17:41 -0500)]
2.0: Reduced parseXML

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years ago2.0: Reduce isPlainObject
Rick Waldron [Mon, 17 Dec 2012 22:30:38 +0000 (17:30 -0500)]
2.0: Reduce isPlainObject

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years ago2.0: Remove isArray shim
Rick Waldron [Mon, 17 Dec 2012 22:09:30 +0000 (17:09 -0500)]
2.0: Remove isArray shim

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years ago2.0: Remove now shim
Rick Waldron [Mon, 17 Dec 2012 22:06:57 +0000 (17:06 -0500)]
2.0: Remove now shim

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years ago2.0: Remove inArray shim
Rick Waldron [Mon, 17 Dec 2012 22:05:41 +0000 (17:05 -0500)]
2.0: Remove inArray shim

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years ago2.0: Remove JSON.parse shim
Rick Waldron [Mon, 17 Dec 2012 22:02:23 +0000 (17:02 -0500)]
2.0: Remove JSON.parse shim

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years ago2.0: Remove trim shim
Rick Waldron [Mon, 17 Dec 2012 21:56:36 +0000 (16:56 -0500)]
2.0: Remove trim shim

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years ago2.0: Removes attachEvent paths for jQuery.ready()
Rick Waldron [Mon, 17 Dec 2012 21:51:59 +0000 (16:51 -0500)]
2.0: Removes attachEvent paths for jQuery.ready()

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agoUse tabs instead of spaces
Oleg [Mon, 24 Dec 2012 00:47:13 +0000 (04:47 +0400)]
Use tabs instead of spaces

11 years agoSimplify getAll helper
Oleg [Mon, 24 Dec 2012 00:29:41 +0000 (04:29 +0400)]
Simplify getAll helper

11 years agoSimplify check for non-Elements
Oleg [Mon, 24 Dec 2012 00:28:52 +0000 (04:28 +0400)]
Simplify check for non-Elements

11 years agoRemove fix for object element
Oleg [Mon, 24 Dec 2012 00:16:17 +0000 (04:16 +0400)]
Remove fix for object element