Commit graph

  • 2ff3e49279 Tagging the 1.3.1 release. 1.3.1 John Resig 2009-01-22 01:42:16 +00:00
  • 8b79ea1365 Tagging the 1.3.1rc1 release. 1.3.1rc1 John Resig 2009-01-22 00:30:13 +00:00
  • 5143ecbc58 Bumping Sizzle version to 0.9.3. John Resig 2009-01-22 00:29:04 +00:00
  • b438d83916 Tweaked one of the selector tests. John Resig 2009-01-22 00:11:11 +00:00
  • 68b49cf427 Added some additional checks to make sure that the correct methods are being used in IE on XML documents. John Resig 2009-01-21 23:56:15 +00:00
  • 58a17e6e6d Bumping the version of Sizzle up to 0.9.2. John Resig 2009-01-21 23:33:01 +00:00
  • d45f193948 A follow-up for bug #3945. ID selectors don't work in querySelectorAll on XML documents, so we just fall back to the normal engine. John Resig 2009-01-21 23:31:29 +00:00
  • 7d9d210540 Make sure that [name=foo] and #id selectors don't use the native methods on XML documents (since id and name attributes may not be defined by a DTD and will return nothing instead. Fixes jQuery bug #3945. John Resig 2009-01-21 23:19:30 +00:00
  • f9a5849723 Now handle the case where Safari's querySelectorAll fails on uppercase characters in quirks mode. Added a test to check for it and re-worked some of the existing tests to better handle document order issues. Fixes jQuery bug #3840. John Resig 2009-01-21 22:57:07 +00:00
  • 9b3804a8ec After discussing it with a number of users I've decided to revert the change to [name!=value]. It is now equal to :not([attr!=value]). Attempting to switch it to [attr]:not([attr!=value]) produced some really non-obvious results and confused users. Fixes jQuery bug #3884. John Resig 2009-01-21 22:36:21 +00:00
  • 626961c4a5 CHILD positions were being cached improperly. Tweaked it and added a test to make sure it doesn't happen again. Fixes jQuery bug #3924. John Resig 2009-01-21 22:01:50 +00:00
  • 00b70c7527 Landed a fix for timeouts not being aborted properly. Fixes jQuery bug #3874. John Resig 2009-01-21 21:46:53 +00:00
  • db10da345e Fixed a missing semicolon. Fixes jQuery bug #3927. John Resig 2009-01-20 19:58:19 +00:00
  • 0468e31bf7 Added a performance improvement to preFilter.CLASS from LosT on the Sizzle.js mailing list. John Resig 2009-01-20 19:47:15 +00:00
  • aa7616cf9a Added support for a[name^='foo['] style selectors. Fies jQuery bug #3928. John Resig 2009-01-20 19:44:08 +00:00
  • cd28922b78 Made sure that .removeClass(null) doesn't throw an exception. Fixes #3847. John Resig 2009-01-20 17:33:25 +00:00
  • a78557472c Focused support of .live(). stopPropagation and stopImmediatePropagation are not supported - and do not do what the use would expect. John Resig 2009-01-20 17:25:37 +00:00
  • 28a1f02223 Re-worked the logic for where .selector and .context are added for ID selectors (especially ones that aren't found). Fixes jQuery bug #3833. John Resig 2009-01-20 16:00:48 +00:00
  • 7647cebc39 Added some missing spaces - helps to calm XHTML error messages in Safari. John Resig 2009-01-20 15:46:40 +00:00
  • 4e7d565e50 Added two more tweaks for XHTML core tests. John Resig 2009-01-19 23:33:46 +00:00
  • 9db710a156 Made some tweaks to the core tests so that they'll run better under XHTML. John Resig 2009-01-19 23:22:25 +00:00
  • 04977b8ea2 Brought the logic for handling isXMLDoc over from Sizzle. John Resig 2009-01-19 23:17:30 +00:00
  • 6799982835 Made sure that a child element exists before the check is done, fixes jQuery bug #3870. John Resig 2009-01-19 23:04:03 +00:00
  • 735d44f6df jquery event: closes #3843. Some events' timeStamp are wrong on Firefox, we don't rely on the native value anymore. timeStamp reflects object creation, not last event triggered. Ariel Flesler 2009-01-19 22:20:25 +00:00
  • 82e8d11c12 Re-worked the logic for handling isXML detection. John Resig 2009-01-19 21:57:18 +00:00
  • 96152559e0 Landing a fix for non-link anchor tabIndex (from scott.gonzalez). Fixes ticket #3916. John Resig 2009-01-19 21:40:23 +00:00
  • d6e541426d Fixed the logic for determining if an XML file is being used. Fixes jQuery bug #3896. John Resig 2009-01-19 18:56:02 +00:00
  • 1d513efd3c Added a way to run the test suite as an XHTML page. John Resig 2009-01-19 18:14:51 +00:00
  • 8e8d7ade43 Merged some recent fixes in from Sizzle. John Resig 2009-01-19 18:09:11 +00:00
  • cde93dc547 core: ant build - add Date and Revision to to header (just like make build) Jörn Zaefferer 2009-01-18 13:30:09 +00:00
  • 2f536b3d4d core: replaced version.js build script in ant build; wasn't used in make anymore anyway Jörn Zaefferer 2009-01-18 13:04:32 +00:00
  • f3e5e9a3d5 Updated License Year, fixes #3871. John Resig 2009-01-17 22:25:18 +00:00
  • c2fad371f1 Made the IE frameElement check more explicit. Fixes #3880. John Resig 2009-01-17 22:04:23 +00:00
  • 34a9f8a210 jquery fx: sync animations were being left on jQuery.timers (double callback) jQuery.timerId is now a local var and it's not null'ed anymore. Ariel Flesler 2009-01-14 23:09:52 +00:00
  • f649acd8ab core: Ant target to generate openAjaxMetadata; uses http://www.exfer.net/jquery/createjQueryXMLDocs.py to get the data from the wiki, and transforms it using xslt (see build/style.xsl) Jörn Zaefferer 2009-01-14 22:43:55 +00:00
  • 82958c79ff core: removed newline from version.txt, easier to use it via Ant then Jörn Zaefferer 2009-01-14 22:42:55 +00:00
  • 9155d298ae core: removed outdated docs target from makefile Jörn Zaefferer 2009-01-14 22:42:21 +00:00
  • 263efad50f Updating the version to 1.3.1pre. John Resig 2009-01-13 17:52:45 +00:00
  • 9988e3877b Tagging the 1.3 release. 1.3 John Resig 2009-01-13 17:50:31 +00:00
  • 6dc30ae7f6 Merged Sizzle changes back into jQuery. John Resig 2009-01-13 16:40:19 +00:00
  • d5858c7cb8 Added a trailing / in the innerHTML support test to allow it to not throw an error in XHTML documents. Fixes #3829. John Resig 2009-01-13 15:08:11 +00:00
  • 9c029f1687 Updated the benchmarking utility to use the Yahoo homepage and a bunch of new selectors. John Resig 2009-01-12 18:22:44 +00:00
  • 944484c3fe Merged in from Sizzle - a change to child filter selector logic. John Resig 2009-01-12 16:02:55 +00:00
  • 95094d1685 Merged in a fix from Sizzle for :not(:first). John Resig 2009-01-12 14:45:58 +00:00
  • ea78377760 Only try to wrap the element if it's not disconnected, fixed #3828. John Resig 2009-01-12 14:07:14 +00:00
  • 0c97178553 Fixed an issue with parentNode being accessed in attr() on disconnected DOM elements. John Resig 2009-01-12 14:00:35 +00:00
  • af1b9994a4 Updating the source version to 1.3rc2. John Resig 2009-01-12 02:08:37 +00:00
  • 869afc46cd Tagging the 1.3rc1 release. 1.3rc1 John Resig 2009-01-12 02:05:50 +00:00
  • aa29b8e3bc Had to remove the global variable tricks (especially the delete window calls) as they cause exceptions in IE. Also fixed a faulty test that assumed the order of Ajax function callbacks would be consistent. John Resig 2009-01-12 01:12:58 +00:00
  • 7623702565 Tweaked the benchmark tests. John Resig 2009-01-12 00:24:36 +00:00
  • 1eae1541b8 Made a note about the push method. John Resig 2009-01-12 00:24:16 +00:00
  • fa615bedd4 Made the case specific of the type attribute. John Resig 2009-01-11 21:22:37 +00:00
  • 2e42c5b044 Merging the latest from Sizzle. John Resig 2009-01-11 19:45:04 +00:00
  • 73ff49ac9a Prevented non-script <script> blocks from executing, fixing #3733. John Resig 2009-01-11 19:33:01 +00:00
  • 9d997a81e2 Forgot to change the build.xml file as well. John Resig 2009-01-11 16:19:11 +00:00
  • 7346a476cc Fixed boxModel support - is now computed with feature detection, rather than sniffing. John Resig 2009-01-11 16:17:20 +00:00
  • 0066ba3f82 .closest() with positional selectors wasn't worked as expected. John Resig 2009-01-10 20:30:03 +00:00
  • b1018cad12 Landed a fix for when a DOM element gets accidentally removed by another live event handler. Thanks to Irae for the patches. Fixed #3820. John Resig 2009-01-10 19:57:07 +00:00
  • 29bf601f34 Fixed an issue with script nodes being removed incorrectly, fixes #3737. John Resig 2009-01-10 01:07:59 +00:00
  • afb05081c0 testrunner: Putting back the global variables used for ajax tests. I added many calls to delete though. The global namespace must be cleaned up before calling start() again. Ariel Flesler 2009-01-10 00:16:48 +00:00
  • d62875fb01 testrunner: Removing every global variable leaked within (and outside) tests. Some were deleted and some saved within the jQuery namespace. Ariel Flesler 2009-01-09 23:49:18 +00:00
  • ec7baf230d Didn't get specific enough with the proxy guid, fixes #3787. John Resig 2009-01-09 22:14:48 +00:00
  • d12e8a34e6 Made it so that you can bind a single function to multiple .live() selectors. Additionally, simplified the proxy code to provide a default proxy function. Fixes #3787. John Resig 2009-01-09 22:10:42 +00:00
  • eced38a30d testrunner: refactored unbind's tests. Including one for #3538, passing since last commit. Ariel Flesler 2009-01-08 22:22:33 +00:00
  • 6898cd6d2a jquery event: Fixes #3538. unbind on many events was failing. Ariel Flesler 2009-01-08 22:21:16 +00:00
  • c6f189ac73 Selector state wasn't being passed along on a cloned jQuery object. John Resig 2009-01-08 21:41:58 +00:00
  • 49d0d5b7a3 Fixed tabindex normalization so that elements that natively support tabbing, but don't have a tabindex explicitly set return 0 instead of undefined. Scott González 2009-01-07 14:36:30 +00:00
  • f9e0b1ed7a Merged in a missing argument from Sizzle. John Resig 2009-01-07 14:31:28 +00:00
  • d8706c5ac9 Landed a number of improvements to the selector engine. Results are auto-merged onto the jQuery object, class filtering is now done inline, and not filtering is more efficient. John Resig 2009-01-07 00:13:57 +00:00
  • ef661a50b9 Removed all uses of @ in the benchmarker and added a couple :not() tests. John Resig 2009-01-06 20:23:44 +00:00
  • dcbec1f498 Cleaned up the benchmarking utility (using a newer version of jQuery and fixing the runner). John Resig 2009-01-06 16:19:55 +00:00
  • cc70e03ec7 Made the .unqiue() within .find() optional (speeds up calls). John Resig 2009-01-06 16:17:50 +00:00
  • c786f1097e Tagging the 1.3b2 release. 1.3b2 John Resig 2009-01-05 23:33:56 +00:00
  • 2a81c359d5 jquery selector: Replacing {0,1} for ? in a regex. Ariel Flesler 2009-01-05 23:19:58 +00:00
  • b1e161466c Disabled an extra event binding. John Resig 2009-01-05 23:06:57 +00:00
  • 1822939000 Switched back to the old style of running embedded scripts (users who have duplicate runs will have to deal with it another way). John Resig 2009-01-05 22:58:02 +00:00
  • 45b3a884d5 Timeout test appears to be flaky - disabling, for now. John Resig 2009-01-05 22:14:26 +00:00
  • 60226c8a30 The timeout test was waiting for 10 seconds - unnecessary, lowered it to 1 second. John Resig 2009-01-05 22:05:59 +00:00
  • 4503457616 Oops, order of operations. John Resig 2009-01-05 22:02:20 +00:00
  • 089da4ea77 Brought in a fix from Sizzle - IE doesn't have .contains on XML elements. John Resig 2009-01-05 21:59:07 +00:00
  • d3141dcdba Simplified the XML clone test. John Resig 2009-01-05 21:56:35 +00:00
  • c6de039bb1 Simplified the XML selector test (save the result). John Resig 2009-01-05 21:04:15 +00:00
  • f796ad14fd Fixed an issue with how broken selector tests were handled in IE (the exception was misdirected). John Resig 2009-01-05 20:43:58 +00:00
  • 69e86d4f98 The triggered flag was being set too early, which was preventing bubbling form working when a native event existed. John Resig 2009-01-05 20:43:24 +00:00
  • ebd9205fdb Make sure that if no ownerDocument is available that we fall back to the node itself (likely the document). John Resig 2009-01-05 19:22:25 +00:00
  • 122b672f70 Landed cross-browser support for tabIndex, by Scott, closes ticket #3649. John Resig 2009-01-05 17:34:42 +00:00
  • 42c99472cc jquery event: Removed a needless if (old code) Ariel Flesler 2009-01-05 13:31:21 +00:00
  • 0c1653249a jquery intro: looks nicer when built Ariel Flesler 2009-01-05 12:09:04 +00:00
  • e216243a03 jquery fx: Shortening the code additions on [6037]. Ariel Flesler 2009-01-05 12:05:38 +00:00
  • 558d03f24c Merging from Sizzle (fixed a bug when querySelectorAll is used. John Resig 2009-01-05 02:45:20 +00:00
  • 4694e537bc Forgot to merge in some of the new tests from Sizzle. John Resig 2009-01-05 01:24:14 +00:00
  • cc66e6affe Made hide, show, toggle, slideUp, slideDown, and slideToggle animate margins and paddings in addition to height, width, and opacity (results in a much-smoother animation). John Resig 2009-01-05 01:14:36 +00:00
  • 19a3ea2c7f Accidentally left in an extra echo statement in the Makefile. John Resig 2009-01-05 00:34:40 +00:00
  • 989667c9fd Synced with the Sizzle repository. John Resig 2009-01-05 00:21:13 +00:00
  • d1146aa7bf .live("div div") was failing due to the extra space in the selector (which conflicted with multiple event binding in .bind). John Resig 2009-01-04 23:58:43 +00:00
  • 192d6cd4a3 Moved the copyright to the intro file, added a ! so that it passes through YUIMin untouched, and changed the Date and Revision so that they're now generated automatically based upon all of jQuery rather than just the core file. John Resig 2009-01-04 23:34:18 +00:00
  • 9472728bce jquery event: event.stopImmediatePropagation() stops live handlers as well. Ariel Flesler 2009-01-04 22:32:18 +00:00
  • 83be3dca69 jquery core: Misc file size optimizations. Ariel Flesler 2009-01-04 22:25:46 +00:00
  • ddec4fdc34 jquery ajax: File size optimization for compressed code. Ariel Flesler 2009-01-04 21:15:02 +00:00
  • 0eaead0b91 jquery core: Allowing whitespaces within the [6026] addition. Ariel Flesler 2009-01-04 21:09:03 +00:00