Commit Graph

  • a4d44979c6 Shorten the logic for hooks, ternary was unnecessary timmywil 2011-03-29 00:23:39 -0400
  • 217a7abc43 Add name to prop hooks as well timmywil 2011-03-26 00:18:02 -0400
  • 11c97bb066 Add attribute name to paramaters for hooks timmywil 2011-03-26 00:15:25 -0400
  • 03da4c7ca7 Style formatting timmywil 2011-03-25 23:36:07 -0400
  • 448111cbd4 No longer need to check for objects or string of null with the special form treatment and updates to removeAttr timmywil 2011-03-25 23:10:59 -0400
  • 5caf7d8376 Clean up timmywil 2011-03-25 23:03:02 -0400
  • 56014a1a00 Shorten even further timmywil 2011-03-25 22:57:01 -0400
  • 479b28fb6a Modularize special form code for IE6/7 and clean up attr again timmywil 2011-03-25 22:55:11 -0400
  • e0900a686d Fix issue where non-existant attributes on forms in IE6/7 were throwing errors timmywil 2011-03-25 21:13:25 -0400
  • 3892df207d Add test for bug #3116 timmywil 2011-03-25 10:40:46 -0400
  • 47c80c2050 Add test for bug#3685, remove added html and add dynamicly to avoid global test suite errors timmywil 2011-03-25 02:07:15 -0400
  • 9e05a0a37f Fix #6562, tighten up the special code for form objects, add name attrHook for IE6/7, and don't check for undefined with getting hook'd attr timmywil 2011-03-25 01:46:29 -0400
  • 102053abd8 Fix #7472 and added test for #3113 timmywil 2011-03-25 00:35:50 -0400
  • 11cfdb2394 Non-existent attribute for jQuery.attr no longer needs to check for "undefined" timmywil 2011-03-24 00:42:00 -0400
  • dfeeb872d6 Performance enhancement switching nodeType to a var timmywil 2011-03-17 22:59:05 -0400
  • d28922bc03 Pass jslint, 2 missing semicolons timmywil 2011-03-16 19:00:20 -0400
  • 2580420b7e Test description timmywil 2011-03-15 22:47:20 -0400
  • 5ac6ca3fa5 Restored 6 tests that I had commented to come back to later to split up between prop and attr. All tests still pass in all browsers. timmywil 2011-03-13 22:24:45 -0400
  • dbe3b7a9d0 Style edits according to comments from John and rwaldron. timmywil 2011-03-13 21:27:45 -0400
  • f578e0f997 Don't use extend when setting the action attrHook for IE6/7 timmywil 2011-03-13 16:29:33 -0400
  • 77c559c3cb No, don't return this. timmywil 2011-03-13 16:23:21 -0400
  • b85d2cd8a5 Simplify jQuery.removeAttr and return this timmywil 2011-03-13 16:17:13 -0400
  • 9f88fa9165 Full test suite now passes in all browsers! There are probably some tweaks we can make to shorten and simplify. timmywil 2011-03-13 15:44:51 -0400
  • 8cd30c62d8 Continuing IE7 testing, conditional attr fixes and hooks with feature testing. Will figure out a way to shorten after the test suite passes. timmywil 2011-03-11 21:28:42 -0500
  • ebb8e8e300 Fix feature test, accidentally got rid of closure end timmywil 2011-03-11 15:59:34 -0500
  • 00abeaee17 Didn't actually need the hooks anymore timmywil 2011-03-11 14:57:37 -0500
  • 4baa213d88 First proposed solution for IE6/7 get/setAttribute quirks. Needs more testing, but solves some issues timmywil 2011-03-11 14:51:57 -0500
  • 607210e010 Speed up hasAttr a little timmywil 2011-03-10 18:34:15 -0500
  • 5eecb13fa3 Now passes in IE8, changed around $.hasAttr and switched the attrHook for selected to be a propHook timmywil 2011-03-09 20:20:53 -0500
  • de79e8c7e0 Make the new attr/prop changes pass the test suite (in Webkit). There are still errors in IE. timmywil 2011-03-08 12:07:05 -0500
  • ab4e300919 Very crude first pass at splitting apart the attr/prop logic. Also adding in attrHooks/propHooks. All of it is completely untested. jeresig 2011-03-06 22:47:40 -0500
  • 64a0005a3b A more modest valHooks proposal timmywil 2011-04-02 17:05:04 -0400
  • fcc112f406 Updating the source version to 1.6pre. John Resig 2011-03-31 15:28:33 -0400
  • a507f719ab Tagging the 1.5.2 release. 1.5.2 John Resig 2011-03-31 15:28:23 -0400
  • de0c25bef4 Updated DOM ready unit tests. Ben Alman 2011-03-31 13:36:16 -0400
  • 368bfc0fe0 DOM Ready unit tests (but not the supporting fixed code). Ben Alman 2011-03-31 11:37:48 -0400
  • ff06d411d2 Merge branch 'bug_8316' of https://github.com/timmywil/jquery into timmywil-bug_8316 Dave Methvin 2011-03-31 10:25:59 -0400
  • 459bd7f89d Followup commit for #7340 test case; make sure second test fires properly on IE by focusing to another element rather than blurring off the first. Dave Methvin 2011-03-31 09:10:30 -0400
  • f9cc5597a4 Fix test cases for bug #8316 fix. timmywil 2011-03-31 02:55:16 -0400
  • a807451a23 Fixes #7369 - Using an attribute selector for a non-existent attribute raised an exception on disconnected nodes timmywil 2011-03-30 23:39:19 -0400
  • 1a16776730 Remove test for bug #7369 to move the fix to a separate branch for a sooner pull timmywil 2011-03-30 23:23:38 -0400
  • 6c28a394c2 Remove crossDomain:null comment, it's not needed since undefined==null below. Dave Methvin 2011-03-30 21:59:38 -0400
  • 6da3885cc3 Merge branch 'master' of git://github.com/jquery/jquery into 2773_find_closest timmywil 2011-03-30 21:52:09 -0400
  • adbe5e95f3 Merge branch 'crossDomain' of https://github.com/JessThrysoee/jquery into JessThrysoee-crossDomain Dave Methvin 2011-03-30 21:52:04 -0400
  • ad4152709c Fixes #8203. Remove some misguided nulling of elements done in the name of IE memory cleanup. Based on a patch by davidmurdoch in pull 226. Dave Methvin 2011-03-30 21:21:49 -0400
  • 8cdafe7704 Merge branch 'makefile_fixes' of https://github.com/azatoth/jquery into azatoth-makefile_fixes John Resig 2011-03-30 15:23:31 -0400
  • b89b66657c Merge branch 'fix_8346' of https://github.com/lrbabe/jquery into lrbabe-fix_8346 John Resig 2011-03-30 14:54:52 -0400
  • 926884bf1f Bug 4366; removing extra space Jordan Boesch 2011-03-30 11:26:20 -0600
  • 3296116041 Bug 4366; fixing $.each(document.styleSheets) from throwing errors in IE Jordan Boesch 2011-03-30 11:17:48 -0600
  • f2ce87df8e Fixes #8692. Strange FF4 bug: values changed onto the arguments object sometimes end up as undefined values outside the $.when method. Cloning the object into a fresh array solves the issue. jaubourg 2011-03-30 18:54:32 +0200
  • 2555a5a232 Update the Sizzle location to point to the newly-moved repo. John Resig 2011-03-28 13:10:12 -0400
  • ef0157d191 Bug #8635 Firefox uncaught exception rwldrn 2011-03-28 12:10:16 -0400
  • e93ca40aa7 Bug #7369: Check non-existent attribute as well to be sure timmywil 2011-03-25 23:52:36 -0400
  • e6da0fa6a9 Bug #7369: Add test for disconnected node in closest when passing attribute selector; this was recently fixed in 1.5.2rc timmywil 2011-03-25 23:46:29 -0400
  • ee81d4da92 Merge branch 'bug-3333' of https://github.com/rdworth/jquery jeresig 2011-03-24 22:10:38 -0400
  • 23e8cc5608 Updating the source version to 1.5.2pre. jeresig 2011-03-24 20:12:40 -0400
  • 2d80710ab0 Tagging the 1.5.2rc1 release. 1.5.2rc1 jeresig 2011-03-24 20:12:31 -0400
  • d86c48679a Land new sizzle commit. jeresig 2011-03-24 20:08:40 -0400
  • 735a949a06 Further fix for #3333, refactored marginRight css hook to use jQuery.swap and computed. Thanks timmywil Richard Worth 2011-03-24 19:55:55 -0400
  • 7b985c4ca0 Oops, that test file for bug #8316 was needed - was also missing an include and was causing errors. jeresig 2011-03-24 19:52:45 -0400
  • 5ee4eefb9e Updating Sizzle submodule to bring in the latest commit. jeresig 2011-03-24 19:40:09 -0400
  • 53697d10ef Fix missing semicolon. jeresig 2011-03-24 19:36:38 -0400
  • e8f4629b92 Offset setter for fixed position elements in Webkit. Fixes #8316. Michael Murray 2011-03-24 19:02:38 -0400
  • 1912ded3ee Merge branch 'bug-3333' of https://github.com/rdworth/jquery into rdworth-bug-3333 jeresig 2011-03-24 18:58:20 -0400
  • c3c507e900 Added css hook to work around bug in WebKit computed margin-right. Fixes #3333 - .css("marginRight") is incorrect in WebKit Richard Worth 2011-03-24 15:41:46 -0400
  • 85232c97bf Traversing unit tests: added tests for passing invalid arguments to $.fn.not (should have no effect on existing object rather than return an empty object as filter does) timmywil 2011-03-23 16:04:12 -0400
  • d2eafa0bb8 Merge branch 'master' of git://github.com/jquery/jquery into bug_2773 timmywil 2011-03-23 15:59:33 -0400
  • b8013581ce Closest unit tests: add one for passing a jQuery collection with multiple elements timmywil 2011-03-23 15:56:05 -0400
  • 50e8837207 Makefile: pull_submodules cleaning Carl Fürstenberg 2011-03-22 23:18:15 +0100
  • 07392bb090 Merge branch 'master' into makefile_fixes Carl Fürstenberg 2011-03-22 21:55:49 +0100
  • e09d8898d8 Add node and jQuery object support to $.fn.closest timmywil 2011-03-21 20:59:20 -0400
  • 00dd6013b6 Clean up tab spacing Dan Heberden 2011-03-21 12:24:53 -0700
  • d832f4f71e jQuery.map to iterate over objects with a .length property Dan Heberden 2011-03-21 12:12:31 -0700
  • e38f074d14 jQuery.map to conform with style guidelines - improved size/DRY code Dan Heberden 2011-03-21 08:39:53 -0700
  • 2407690ef9 Fixes 2616; Pull in #252 by jboesch: jQuery.map with object support Dan Heberden 2011-03-21 08:10:27 -0700
  • f0e7d28e83 Merge branch 'bug_2616' of https://github.com/jboesch/jquery into map-object.1.6 Dan Heberden 2011-03-21 08:04:35 -0700
  • 7705c35b14 Merge branch 'fix-8456-lost-mouseenter' of https://github.com/dmethvin/jquery into dmethvin-fix-8456-lost-mouseenter jeresig 2011-03-21 10:53:57 -0400
  • 5c79f82ec2 Merge branch 'fix-7340-focusin-focusout-bubble' of https://github.com/dmethvin/jquery into dmethvin-fix-7340-focusin-focusout-bubble jeresig 2011-03-21 10:53:18 -0400
  • 8a1156da9b merge doesn't work when init Carl Fürstenberg 2011-03-17 20:40:07 +0100
  • e2dd8916ee Adding core target Carl Fürstenberg 2011-03-17 20:26:45 +0100
  • b4acb7ae81 updating phony rules Carl Fürstenberg 2011-03-17 20:16:19 +0100
  • 4f9e78616e Change makefile order to only update submodules on 'all' target Carl Fürstenberg 2011-03-17 20:14:15 +0100
  • 22738e0e4b Remove jq target Carl Fürstenberg 2011-03-17 20:15:44 +0100
  • a2faed347d Merge when updating submodules on make Carl Fürstenberg 2011-03-17 19:50:53 +0100
  • eb1497c1fb Merge branch 'master' of git://github.com/jquery/jquery into 2773_find_closest timmywil 2011-03-16 14:44:31 -0400
  • 929792834f Organizing vars timmywil 2011-03-16 14:41:26 -0400
  • 7a69e34a5c 2773: first pass adding node/jQuery object support to jQuery.fn.find; unit tests added timmywil 2011-03-16 01:16:32 -0400
  • 51abb3dc07 Changing dependice order for minify to prevent reminify Carl Fürstenberg 2011-03-04 23:33:20 +0100
  • 0cf336d2c9 Merge branch 'bug_6158' of https://github.com/jboesch/jquery into jboesch-bug_6158 John Resig 2011-03-15 17:06:24 -0400
  • bd4468886d adding pull command Carl Fürstenberg 2011-03-15 21:42:58 +0100
  • cd2ca7b591 pull submodules make command Carl Fürstenberg 2011-03-15 21:25:51 +0100
  • 150d3decb5 Introduce submodules, closes #8536 Carl Fürstenberg 2011-03-15 20:16:09 +0100
  • 714ae379db Fixes #8509. Makes URL regexp less overzealous and ensures it recognizes URL schemes which do not contain a conformant hierarchical structure ( as per section 2.1.2 of http://www.ietf.org/rfc/rfc2718.txt ). Also adds about: and adobe air's app: and app-storage: to the list of local protocols and provides a failover in case document.location is illformed. Unit test added. jaubourg 2011-03-15 19:20:03 +0100
  • 124acbfbc5 removing parens Jordan Boesch 2011-03-14 14:17:02 -0600
  • 8246347b71 Starting with adding the test timmywil 2011-03-13 21:12:10 -0400
  • 11c26b3cc9 no need to specifically initialize crossDomain to null JessThrysoee 2011-03-11 17:46:59 +0100
  • 515c56f9c6 Make it possible to force the Ajax crossDomain option to false. JessThrysoee 2011-03-11 00:17:38 +0100
  • 2ac4067a63 Fixes #8456. Make sure parent is not null before crawling into its lap, so mouseenter is triggered on a mouseover event. Dave Methvin 2011-03-09 22:38:26 -0500
  • c6b891fb1c Adding unit tests for #8403 louisremi 2011-03-07 14:43:08 +0100
  • d4e4414451 Very crude first pass at splitting apart the attr/prop logic. Also adding in attrHooks/propHooks. All of it is completely untested. jeresig 2011-03-06 22:47:40 -0500