Commit graph

  • 2e129759b4 More variable renaming to avoid conflicts when module closures are removed. jaubourg 2010-12-11 01:35:46 +0100
  • 9fa9a57076 Changed document.location to window.location per Ben Alman advice. jaubourg 2010-12-10 07:00:06 +0100
  • a500d33c5d Renamed variables to avoid conflicts when Makefile removes internal closures. jaubourg 2010-12-10 04:16:56 +0100
  • ab74d8e6a0 Fix the closure in ajax.js too. jaubourg 2010-12-10 03:16:50 +0100
  • 3c641bd134 Fixed function closures so that Makefile can do its magic. jaubourg 2010-12-10 03:14:03 +0100
  • ac80ca2883 Replaced spaces with a tab in Makefile. jaubourg 2010-12-10 02:55:43 +0100
  • 9b9d270e3d Removed non-standard (and not that useful) xhr emulation methods & reworked the headers test as a consequence. jaubourg 2010-12-10 02:45:08 +0100
  • 317888464d Added xhr.js and transports/*.js to Rakefile and build.xml (in sync with Makefile). jaubourg 2010-12-10 02:43:41 +0100
  • ab3ba4a812 Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be found here: http://oksoclap.com/6Y26bm1ZsB more details are forthcoming. Fixes #7195. jaubourg 2010-12-09 13:34:28 -0500
  • 29616e60c8 Backing out cec68e2b00, was causing serialize tests to fail. Un-fixes #5566. jeresig 2010-12-09 13:27:52 -0500
  • b4bb6e1126 Backing out fb6c038bf0, was causing jQuery.param tests to fail - unfixes #7413. jeresig 2010-12-09 13:07:44 -0500
  • bc05cb9d80 Merge branch 'explain-map-concat' of https://github.com/ajpiano/jquery into ajpiano-explain-map-concat jeresig 2010-12-09 12:51:14 -0500
  • a59bb30d0a Whitespace correction rwldrn 2010-12-09 12:50:01 -0500
  • 1cdd9f8cab Whitespace correction rwldrn 2010-12-09 12:48:52 -0500
  • 5b2408147b Whitespace correction rwldrn 2010-12-09 12:47:53 -0500
  • 00f1dfdd57 Reorders condition at L65 for efficiency rwldrn 2010-12-09 12:44:52 -0500
  • cec68e2b00 Merge branch 'bug5566' of https://github.com/csnover/jquery into csnover-bug5566 jeresig 2010-12-09 12:44:30 -0500
  • b2ea79c401 Merge branch 'attrFollowupFix' of https://github.com/jitter/jquery into jitter-attrFollowupFix jeresig 2010-12-09 12:43:10 -0500
  • a13089d5b4 Merge branch 'rfxnum' of https://github.com/lrbabe/jquery into lrbabe-rfxnum jeresig 2010-12-09 12:37:30 -0500
  • b67154fd10 Merge branch 'support_6897' of https://github.com/rwldrn/jquery into rwldrn-support_6897 jeresig 2010-12-09 12:33:26 -0500
  • fb6c038bf0 Merge branch 'bug_7413' of https://github.com/rwldrn/jquery into rwldrn-bug_7413 jeresig 2010-12-09 12:32:15 -0500
  • 796d25cf07 Precising the unit part of rfxnum regex louisremi 2010-12-09 10:23:45 +0100
  • cc9dbd06e5 Fix attr() problems in IE with attribute nodes. Followup to commit b50f41a2. Anton M 2010-12-07 03:17:42 +0100
  • e4900df838 Clone fragments in domManip using jQuery.clone instead of DocumentFragment.cloneNode in order to carry over event data. Fixes #5566, #6997. Colin Snover 2010-12-06 19:37:16 -0600
  • c8be9461ee Clean up empty lines with whitespace in manipulation.js Colin Snover 2010-12-06 19:36:42 -0600
  • 8943b427f6 Merge branch 'bug7524' of https://github.com/csnover/jquery into csnover-bug7524 John Resig 2010-12-06 17:24:13 -0500
  • 9759e9f6bb Merge branch 'bug6242' of https://github.com/csnover/jquery into csnover-bug6242 John Resig 2010-12-06 17:23:08 -0500
  • 6c68124928 Merge branch 'bug7531' of https://github.com/csnover/jquery into csnover-bug7531 John Resig 2010-12-06 17:22:02 -0500
  • b00ab56160 Merge branch 't6398' of https://github.com/jitter/jquery into jitter-t6398 John Resig 2010-12-06 17:19:30 -0500
  • 0276b9de7e Merge branch 't4386' of https://github.com/jitter/jquery into jitter-t4386 John Resig 2010-12-06 17:14:20 -0500
  • 54a68fa973 Merge branch 't7578' of https://github.com/jitter/jquery into jitter-t7578 John Resig 2010-12-06 17:06:26 -0500
  • df3441bac7 Merge branch 't5476' of https://github.com/jitter/jquery into jitter-t5476 John Resig 2010-12-06 17:05:02 -0500
  • d4a9d45527 Merge branch 'restrictAttr' of https://github.com/jitter/jquery into jitter-restrictAttr John Resig 2010-12-06 17:02:00 -0500
  • e56d6f676b Merge branch 't7673' of https://github.com/jitter/jquery into jitter-t7673 John Resig 2010-12-06 16:57:41 -0500
  • 21d08eb008 Merge branch 'jquery145' of https://github.com/danheberden/jquery into danheberden-jquery145 John Resig 2010-12-06 16:38:51 -0500
  • 11e52bdaea Only try to get data attributes for a jQuery-wrapped object if it is actually an Element node. Fixes #7524. Colin Snover 2010-12-03 01:19:39 -0600
  • 238ac5a0aa Fix memory leaks in IE caused by the custom abort function of $.ajax. Fixes bug #6242. Colin Snover 2010-12-03 00:12:52 -0600
  • df0a3fb853 Handle carriage return characters in className property. Fixes #7673. Anton M 2010-12-01 21:31:22 +0100
  • 34bf1a2a7d Add a comment explaining that jQuery.map flattens arrays adam j. sontag 2010-11-27 17:15:33 -0500
  • a2c2d68d7f Add unit test for fix to #7578. Anton M 2010-11-24 23:35:26 +0100
  • 50170e6180 jQuery.fn.offset no longer returns ClientRect object for disconnected elements Russell Holbrook 2010-11-22 18:26:46 -0500
  • 596f9a1f21 Merge branch 'master' of https://github.com/jclain/jquery Jephte CLAIN 2010-11-22 08:31:17 +0400
  • dd79199a08 fix to follow current source style Jephte CLAIN 2010-11-22 08:12:12 +0400
  • 1ac7b459a4 respect source guidelines Jephte CLAIN 2010-11-22 08:12:12 +0400
  • 3e6e3c5eb8 Fix for #6911 - prevent disabled elements in liveHandler danheberden 2010-11-21 16:54:56 -0800
  • 89b771daef Make sure custom events named "submit" can be bound to non DOM elements in IE too. Fixes 6398. Anton M 2010-11-21 04:31:04 +0100
  • ab2a70e6cf Make sure IE clones body elements correctly. Fixes 4386. Anton M 2010-11-21 01:58:46 +0100
  • 8259efe734 Set cache to false as default for script or json requests. Fixes 7578. Anton M 2010-11-19 23:14:24 +0100
  • 5c0b5d2560 Improve performance of get() for negative indices. Fixes #5476. Anton M 2010-11-19 12:28:13 +0100
  • c04500a834 Optimize for size instead of speed. Colin Snover 2010-11-17 14:50:05 -0600
  • 2a0c7d702b Coerce s.url to string before calling replace, since replace is also a method of a Location object. Fixes #7531. Colin Snover 2010-11-17 00:59:24 -0600
  • b50f41a2e3 Make sure attr() works on non DOM element nodes. Fixes #7202, #7451, #7500. Anton M 2010-11-13 14:39:28 +0100
  • e1d6edf822 Convert test/data/text.php to use lf line endings. Henri Wiechers 2010-11-12 07:45:24 +0200
  • 4190059c76 Convert test/delegatetest.html to use lf line endings. Henri Wiechers 2010-11-12 07:42:53 +0200
  • 866ba43d0a Mark *.jar files as binary. Henri Wiechers 2010-11-12 07:41:44 +0200
  • 4a1559e127 Changed crlf attribute to newer eol one. Henri Wiechers 2010-11-12 07:40:19 +0200
  • 0838bdf52c Updating the source version to 1.4.5pre. John Resig 2010-11-11 19:05:10 -0500
  • 902cc7947c Tagging the 1.4.4 release. 1.4.4 John Resig 2010-11-11 19:04:53 -0500
  • 648b0513fa Updating the source version to 1.4.4pre. jeresig 2010-11-10 11:15:02 -0500
  • 50708c0707 Tagging the 1.4.4rc3 release. 1.4.4rc3 jeresig 2010-11-10 11:14:53 -0500
  • 2a23650a19 Updating #7397 unit tests to correctly test for a persisted display value rwldrn 2010-11-10 10:23:48 -0500
  • 86cf820d36 Backing out commit 795e880bba - errors popping up in IE 6/7/8. jeresig 2010-11-09 23:42:05 -0500
  • efaf375e56 Need to also handle the case where 'auto' is being returned, as in Firefox. Follow-up to #7395. jeresig 2010-11-09 23:33:18 -0500
  • 3394d32ea7 Maintain returning 0px from width/height for disconnected nodes for backwards compat, for now. Fixes #7395. jeresig 2010-11-09 23:29:26 -0500
  • 795e880bba Fixes #7397; Adds 4 supporting unit tests. rwldrn 2010-11-09 23:18:16 -0500
  • 49f088f2db Partially revert commit a64dc04050. Anton M 2010-11-10 00:36:53 +0100
  • 8f2667f4c0 Clean #7397; Removed unnec. var declaration rwldrn 2010-11-09 18:20:27 -0500
  • 118c8c4600 Fixes #7397; 4 supporting unit tests rwldrn 2010-11-09 18:06:33 -0500
  • e2d0671f4c Support unit test for #6897 rwldrn 2010-11-09 16:31:52 -0500
  • fc563cc42a Fixes #7413; isEmptyObject() check to see if obj passes isPlainObject rwldrn 2010-11-09 16:14:11 -0500
  • a64dc04050 Remove conditional that prevents attr from working on non-Element nodes. Fixes #7451. Colin Snover 2010-11-09 15:52:20 -0500
  • d1a88b2e58 Merge branch 'fixAdjacentTests' of https://github.com/jitter/jquery into jitter-fixAdjacentTests John Resig 2010-11-09 15:49:07 -0500
  • b0e1e83aa9 Ensure that unquoted attribute selectors are quoted (allowing them to go into qSA/matchesSelector properly). Fixes #7216. John Resig 2010-11-09 14:03:11 -0500
  • 983548f8eb Make sure that if an additional load event is triggered (such as an iframe being dynamically injected in DOM ready) the ready event isn't triggered twice. Fixes #7352. John Resig 2010-11-09 13:44:06 -0500
  • aa74396976 Merge branch 'bug7422' of https://github.com/csnover/jquery into csnover-bug7422 John Resig 2010-11-09 12:40:55 -0500
  • a42f7a2590 Fix selector tests broken by newer version of Qunit. Anton M 2010-11-09 18:13:39 +0100
  • fb48ae8e6c Make sure that when multiple variables are being declared that assignments are each done on their own line. John Resig 2010-11-09 11:09:07 -0500
  • b5b3c73db3 We don't do end of line comments, move them above. John Resig 2010-11-09 10:34:32 -0500
  • e57b73a0ac Ensure that AJAX requests are actually aborted in all browsers. Fix #7422. Colin Snover 2010-11-06 13:52:30 -0500
  • a4df6945b8 Merge branch 'master' of github.com:jquery/jquery jeresig 2010-11-03 19:00:05 -0400
  • d9478954b9 Limit the scope of the CSS 'auto' change to just height/width. Fixes #7393. jeresig 2010-11-03 18:59:55 -0400
  • 3e38a861fe Limit the scope of the CSS 'auto' change to just height/width. Fixes #7293. jeresig 2010-11-03 18:57:22 -0400
  • 335e0a33e1 Updating the source version to 1.4.4pre. jeresig 2010-11-03 15:46:40 -0400
  • 4d7f7453dc Tagging the 1.4.4rc2 release. 1.4.4rc2 jeresig 2010-11-03 15:46:31 -0400
  • fb4445070c Opera doesn't give height/width of display: none elements with getComputedStyle but does with currentStyle - fall back to that if it exists. jeresig 2010-11-03 15:39:28 -0400
  • 62c83a764c Only change ID on nodes that don't already have an ID for rooted qSA. Fixes #7212. jeresig 2010-11-01 19:29:11 -0400
  • 9d1bfeb7ff Make sure that accessing computed CSS for elements returns 'auto' instead of '' consistently. Fixes #7337. jeresig 2010-11-01 19:04:59 -0400
  • e377621eaf Fix quotes in comment. John Resig 2010-10-28 15:59:58 -0400
  • 6020b6bb38 Fix tab spacing. Brandon Aaron 2010-10-28 11:58:03 -0500
  • 6e7a4e73a2 Calling .hide().show() on a stylesheet-hidden element wasn't bringing it back. Fixes #7331. jeresig 2010-10-27 14:35:26 -0400
  • 6ab402dced For .show() with no arguments, only set display of elements in the second loop if they don't have style.display already set or if style.display isn't none. Fixes #7315. Karl Swedberg 2010-10-26 14:37:44 -0700
  • 7066bb384b Temporarily backing out commit bd474799bf. John Resig 2010-10-25 20:26:19 -0700
  • a68a85ad09 Merge branch 'jquery_dev' of http://github.com/danheberden/jquery into danheberden-jquery_dev John Resig 2010-10-25 20:25:25 -0700
  • de58db0cdf Backing out fix for #5803 from 3b50eaca2c. John Resig 2010-10-25 17:54:27 -0700
  • bd474799bf Prevent IE from firing live/delegate events on disabled elements. (#6911) danheberden 2010-10-25 14:07:44 -0700
  • 9b97599fa4 Updating the source version to 1.4.4pre. John Resig 2010-10-25 13:26:07 -0700
  • c22623602e Tagging the 1.4.4rc1 release. 1.4.4rc1 John Resig 2010-10-25 13:25:10 -0700
  • a4fc842019 Merge branch 'jquerymaster' of http://github.com/SlexAxton/jquery into SlexAxton-jquerymaster John Resig 2010-10-25 13:06:55 -0700
  • 7e4f88e206 Merge branch '6897' of http://github.com/SlexAxton/jquery into SlexAxton-6897 John Resig 2010-10-25 13:06:23 -0700
  • 09022e0b09 Allow DELETE requests to have a content body, and properly serialize data to the url for HEAD requests. Fixes #7285. dmethvin 2010-10-23 13:23:51 -0400