Commit graph

  • 5480cd3fa1 Shortened the build messages in the Makefile and added test/qunit and src/sizzle to the cleanup. jeresig 2009-11-30 15:54:14 -05:00
  • d605b8ee56 Don't try to run the clone code if the directory already exists. jeresig 2009-11-30 15:52:41 -05:00
  • 6798df54f4 Switched from using Git Submodules to just doing a straight clone of the QUnit and Sizzle directories. Works much better for what we want. jeresig 2009-11-30 15:45:16 -05:00
  • e514e67cd2 Bringing Sizzle and QUnit up to date. jeresig 2009-11-30 15:09:50 -05:00
  • 918cf68dfd Don't do the update after the pull - forces the submodules up to date. jeresig 2009-11-30 15:08:55 -05:00
  • 1a26e41917 Use .add() to merge two test groups together for .unwrap(). jeresig 2009-11-30 14:39:34 -05:00
  • 122e5dcf14 Changed the style attribute test to handle hex colors (as that's what Opera returns, in this case. jeresig 2009-11-30 14:31:32 -05:00
  • 3ec9f4990c Made .show(null/undefined) and .hide(null/undefined) work the same as .show() and .hide(). jeresig 2009-11-30 14:28:09 -05:00
  • 25c188b6d2 Fixed a problem with animations with a duration of 0 not working properly for hide and show. jeresig 2009-11-30 14:22:24 -05:00
  • 21dead4691 Simplified a selector in the .live() tests. jeresig 2009-11-30 14:02:03 -05:00
  • 6e5a6a26a7 Tweaked the live test to be a bit simpler. jeresig 2009-11-30 13:50:25 -05:00
  • c7407bd4fc Fixed wrap test that was looking for comment values from .text(). jeresig 2009-11-30 13:46:14 -05:00
  • df6e02a4a7 Merge branch 'master' of github.com:jquery/jquery jeresig 2009-11-30 13:42:26 -05:00
  • 90ba57ce6d Fixed bug with singleTag matching in core.js. jeresig 2009-11-30 13:42:19 -05:00
  • 17955cacf4 Fixes $.trim for   closes #4980 Yehuda Katz 2009-11-30 10:21:56 -08:00
  • 84857abefc Ignore diff and patch files. jeresig 2009-11-30 13:00:06 -05:00
  • 2b7c38f80c Merge branch 'master' of github.com:jquery/jquery jeresig 2009-11-29 16:22:08 -05:00
  • e00be67f32 Adding a Rakefile to build jQuery core, for those that need it. jeresig 2009-11-29 16:21:54 -05:00
  • 255068da33 added missing semicolons Karl Swedberg 2009-11-28 03:31:28 +08:00
  • a5efe9d3a6 added missing radix parameter for parseInt() Karl Swedberg 2009-11-28 03:29:44 +08:00
  • ddb86f8d5b added curly braces around all if/else statements Karl Swedberg 2009-11-28 03:28:42 +08:00
  • 1879e8cbee Force endlines to be just LF (any CRLF is auto-converted to LF by Git). jeresig 2009-11-27 11:23:19 -05:00
  • a7678267d8 Disable the X-Requested-With header to avoid preflighting remote POST requests. Fixes #4601. John Resig 2009-11-25 13:29:34 -05:00
  • 0f6e9a8c69 Fixed spacing on the modified Ajax code. John Resig 2009-11-25 13:24:24 -05:00
  • ef819c91b9 Fixing endlines. Mark Gibson 2009-11-25 12:09:53 -05:00
  • 0bb3998a6a Re-adding zeros removed from slice calls in last commit. Robert Katic 2009-11-19 20:37:48 +08:00
  • 04dbdb7525 Corrected RegExp to match event namespaces. Fixes #5303. Robert Katic 2009-11-19 13:11:29 +08:00
  • ac00fe5bbb Generic jQuery.merge and safer jQuery.makeArray(nodeList). Robert Katic 2009-11-18 10:26:42 +08:00
  • b30af34f28 Added support for .text() on text nodes. Fixes #5525. John Resig 2009-11-17 14:52:08 -05:00
  • c08474580c Re-wrote context Ajax test to use an element instead of an object (a more realistic test and works with the new jQuery.extend logic for cloning object literals). John Resig 2009-11-17 14:36:10 -05:00
  • b33f37c22c Re-adding the QUnit submodule file. John Resig 2009-11-17 14:25:14 -05:00
  • 3a23a5c17d Changed the === undefined ready event check to == null since frameElement is usually null and was skipping the normal line of checks. Andrea Giammarchi 2009-11-17 10:45:01 -05:00
  • 0a7232cc39 Hide the .settings file in the gitignore. John Resig 2009-11-15 00:27:06 -05:00
  • d338b1a1e7 Ignoring src/selector.js (build) and Emacs backup files Kim Dalsgaard 2009-11-14 05:26:00 +08:00
  • 8cb8ae27d8 Added test for passing null to .show() Scott Gonzalez 2009-11-13 07:08:33 +08:00
  • 9cd5866a29 Allowing falsy values to be passed as a speed for hide(). Scott Gonzalez 2009-11-13 06:39:33 +08:00
  • 231c875678 Allowing falsy values to be passed as a speed for show(). Scott Gonzalez 2009-11-13 06:27:10 +08:00
  • ee9192d103 Corrected some minor errors made by me (rkatic) in last commits. Robert Katic 2009-11-12 23:24:19 +08:00
  • 7b26e3bcc8 Forgotten to update the number of jQuery.extend related tests. Robert Katic 2009-11-12 14:03:59 +08:00
  • 93be758de9 Made jQuery.extend(true, ...) to extend recursively only 'object literal' values. Robert Katic 2009-11-12 13:48:45 +08:00
  • 990d9ca1b0 Made isObjectLiteral to work correctly with custom objects with empty prototypes. Robert Katic 2009-11-12 12:50:40 +08:00
  • 1ce92e022d Make sure that the submodules are pulling from the right location. John Resig 2009-11-11 18:08:07 -05:00
  • c07d15d5a2 Use array.indexOf if available (speeds up modern browsers). Thanks to lrbabe and Andrea for the patch. Fixes #5160. lrbabe 2009-11-11 15:15:58 -05:00
  • 5ac2e0837c Added useMap and frameBorder IE support to attr. Fixes #4561. John Resig 2009-11-11 15:11:58 -05:00
  • 357e2ae989 Added a check to make sure that a load request isn't done if the element doesn't exist. Fixes #4235. John Resig 2009-11-11 14:55:32 -05:00
  • c2101245c0 Pass in the XHR object as the third argument to the success callback (which helps $.get, $.post, and load). Fixes #3363. John Resig 2009-11-11 14:29:01 -05:00
  • 7c4144fab3 Fixed the case where HTML that contained entities was being inserted as text strings instead of HTML. Thanks to dmethvin for the test case! Fixes #5483. John Resig 2009-11-11 14:23:56 -05:00
  • 449e099b97 Landing tweak from 'haruka' that fixes non-pixel fontSize values in IE. Fixes #760. John Resig 2009-11-11 14:17:16 -05:00
  • bf71575bb4 Land Rich's fix for not using window.top to do frame detection. Fixes #4787. Rich Dougherty 2009-11-11 13:56:39 -05:00
  • c4c820efff Made jQuery('<div/>') and jQuery('<div></div>') use the same code path (making the second one faster). Fixes #5293. John Resig 2009-11-11 13:49:29 -05:00
  • d933e9c26d Opera 9.2 was interpreting .5 as 0.50, changing it to .55 lets the result be the same in all browsers: 0.55. Fixes #5344. John Resig 2009-11-11 13:45:03 -05:00
  • dee8e45ef3 Removed the use of this.length++ as it makes it hard to use the init method directly. Fixes #4955. John Resig 2009-11-11 13:42:50 -05:00
  • ca8a9e8c30 Add QUnit as a submodule. Damian Janowski 2009-11-10 05:25:13 +08:00
  • 6035913e25 Remove symlink to John Resig's filesystem. Damian Janowski 2009-11-10 05:19:51 +08:00
  • 5cb1163469 Making sure that you can bind multiple toggles to a single element without problems. Thanks to 'Mr Speaker' for the original patch. Fixes #5274. Mr Speaker 2009-11-11 09:46:24 -05:00
  • 4b55e94d08 Renamed isObject to isObjectLiteral to be more specific. John Resig 2009-11-10 23:07:05 -05:00
  • a8b089a020 Force the submodules to keep up to date. John Resig 2009-11-10 02:13:58 +01:00
  • 262fcf7b7b Require that, at least, document.body exists before firing the ready event. This may stop jQuery from working on pages that don't create a document.body (such as Safari, when no body exists) but considering that we've required a document.body since 1.3 and haven't broken any pages, this doesn't appear to be a pressing issue. Used the test case written by dmethvin to verify the bug and the fix. Fixes #4320. John Resig 2009-11-09 13:47:53 +01:00
  • 24e18d4cae Backing out commit 81bfd9b870, read the ticket incorrectly - and seeing some of the other earlier tickets it's obvious that a more generic solution is needed. Thanks jdalton for the catch. John Resig 2009-11-09 13:30:33 +01:00
  • 4fd730dca7 Merge branch 'master' of git@github.com:jquery/jquery John Resig 2009-11-09 13:01:10 +01:00
  • d251809912 Making mouseenter and mouseleave work with .live(). lrbabe 2009-11-09 12:59:54 +01:00
  • 9a69b2cf08 Cleanup bubbling focus and blur events - Use cached event instead of jQuery.event - Do not cache event.special if you use it only once lrbabe 2009-11-06 19:59:45 +08:00
  • e03aee1aa6 Made the closest method evaluate the selector with appropriate context. Robert Katić 2009-11-09 12:39:29 +01:00
  • b256a3a266 Added a method to myKlass. If an object's prototype is "empty", then isObject returns true! rkatic 2009-11-09 18:55:25 +08:00
  • c2bbcd8833 Added comments to isObject. rkatic 2009-11-09 07:26:01 +08:00
  • 76f6f0d39d Fixing spacing problems from rkatic's patches. John Resig 2009-11-07 17:40:47 +01:00
  • 3dc5bc5a8b Make liveHandler to use jQuery.lastCloser and speed up internal sorting. rkatic 2009-11-08 00:10:58 +08:00
  • 0f03c7489f Store last closer value to jQuery.lastCloser instead of using data API. rkatic 2009-11-08 00:04:08 +08:00
  • 3106039aa8 Made sure that animate callbacks get executed even when no properties are passed in. Fixes #5459. John Resig 2009-11-07 17:22:35 +01:00
  • b0fe380cf8 Make .add() take an optional context and - if a context is specified in the root selector - use that as the base context. John Resig 2009-11-07 16:43:31 +01:00
  • ef05f44cce Comment nodes are discarded from a merge, for no apparent reason. Fixes #5438. John Resig 2009-11-07 16:15:33 +01:00
  • 6a722e251d jQuery.ajax modified the passed-in object only to help test the code - this shouldn't occur. Fixes #5439. John Resig 2009-11-07 16:08:07 +01:00
  • 1a94a46826 A typechange for test/qunit. John Resig 2009-11-07 16:03:16 +01:00
  • 81bfd9b870 Make sure that document.body exists, at least, in IE before the ready event is fired. Fixes #5443. John Resig 2009-11-07 16:00:43 +01:00
  • 513053d62b The complete event wasn't getting called on local file 404s. Thanks to 'mrspeaker' for the patch. Fixes #5468. John Resig 2009-11-07 14:59:47 +01:00
  • 9a371e2d93 Fixed the case where getComputedStyled was assumed to exist if getBoundingClientRect did (which isn't the case on the Playstation 3). Fixes #5467. John Resig 2009-11-07 14:57:27 +01:00
  • 339708cda9 Removing some of the SVN-specific stuff from the Ant build file (should probably be updated to use the new Git functionality. John Resig 2009-11-07 14:55:14 +01:00
  • 10068d5fd0 changed the extension of the README from .markdown to .md Michael Bensoussan 2009-11-03 06:58:12 +08:00
  • 044ad9052a update the README title with a direct link Michael Bensoussan 2009-11-03 05:41:03 +08:00
  • fbc162b9a3 update the README for more readbility Michael Bensoussan 2009-11-03 05:40:00 +08:00
  • a1bb3ee44d from txt to markdown Michael Bensoussan 2009-11-03 05:36:49 +08:00
  • 50cf4351a6 Consistant splits using " " instead of "," visionmedia 2009-10-23 23:52:38 +08:00
  • 81f65ce339 Pull in the Sizzle library dynamically using a submodule and make it part of the jQuery build process. John Resig 2009-10-26 18:23:31 -04:00
  • bbffc99f7c Moved a bunch of methods out of the jQuery-specific Sizzle code into more-appropriate files, in jQuery itself. John Resig 2009-10-26 18:07:57 -04:00
  • b7ccc58afe fix sed statement used to extract the date Jon Evans 2009-10-23 18:13:26 +08:00
  • bcbd06b66f Removed the revision info and fixed the date pull to work against git log instead of SVN. John Resig 2009-10-23 03:25:40 -04:00
  • c7006d2fa5 Removing the old speed perf directory (the current one is in the main 'speed' directory). John Resig 2009-10-22 22:06:20 -04:00
  • 04ab794410 Only need Java if you want to build a minified version of jQuery. John Resig 2009-10-22 21:57:45 -04:00
  • b2e9680116 Removed the 'lite' build option (no longer used) and updated the README. John Resig 2009-10-22 21:56:49 -04:00
  • cd05cac37f Cleaned out the build directory - a lot of old files that weren't being used anymore. John Resig 2009-10-22 21:54:34 -04:00
  • 1ef930b384 Removing some old text files. John Resig 2009-10-22 21:45:36 -04:00
  • 4c85dec058 Added the submodule init/update to the Makefile for 'make test' and updated the README to be more current. John Resig 2009-10-22 21:44:44 -04:00
  • 920238d485 Pull in QUnit using a submodule. In order to build jQuery (and run the tests) you'll need to do 'git submodule init' and 'git submodule update' after checkout. John Resig 2009-10-22 21:39:41 -04:00
  • 4a51b12b95 We don't want to filter out the qunit file. John Resig 2009-10-22 21:26:28 -04:00
  • 098a2bb4d0 Fixed the cleaning method to support namespaced elements. Thanks to einaros for the patch recommendation. Fixes #5358. John Resig 2009-10-12 16:26:01 +00:00
  • 4b5a680f77 Fixed == change in ready. John Resig 2009-10-08 18:13:07 +00:00
  • 805832afc7 Updated the jQuery suite to use the updated QUnit CSS styling. John Resig 2009-09-29 22:48:25 +00:00
  • 3b5de9df40 Updated the jQuery test suite to use the new QUnit file names. John Resig 2009-09-29 22:25:02 +00:00
  • 0256edbd6f Moved the jQuery-specific test suite CSS into a separate file. John Resig 2009-09-29 22:09:21 +00:00
  • b996026e38 Adapted the jQuery test suite to handle the toolbar moving inline. John Resig 2009-09-29 21:40:17 +00:00