2009-02-09 |
John Resig | Removed use of .trim() in globalEval, fixes #4036.
|
commit | commitdiff | tree |
2009-02-09 |
John Resig | Reworked the attribute selection code to be able to...
|
commit | commitdiff | tree |
2009-02-09 |
John Resig | match[4] is already saved in check - thanks Balazs.
|
commit | commitdiff | tree |
2009-02-09 |
John Resig | Reworked the .clone() function in IE. Fixes jQuery...
|
commit | commitdiff | tree |
2009-02-07 |
John Resig | Added a fix for empty attribute selection values. Fixes...
|
commit | commitdiff | tree |
2009-02-07 |
John Resig | Adding a tweak to prevent layout breaks in the boxModel...
|
commit | commitdiff | tree |
2009-02-07 |
John Resig | Stopped a memory leak on getScript calls. Fixes #3962.
|
commit | commitdiff | tree |
2009-02-07 |
John Resig | Added logic for not using getElementsByClassName in...
|
commit | commitdiff | tree |
2009-01-28 |
John Resig | Added a fix, suggested by Diego, for IE firing the...
|
commit | commitdiff | tree |
2009-01-23 |
John Resig | Made the getAttribute check more explicit - comment...
|
commit | commitdiff | tree |
2009-01-22 |
John Resig | Tagging the 1.3.1 release.
|
commit | commitdiff | tree |
2009-01-22 |
John Resig | Tagging the 1.3.1rc1 release.
|
commit | commitdiff | tree |
2009-01-22 |
John Resig | Bumping Sizzle version to 0.9.3.
|
commit | commitdiff | tree |
2009-01-22 |
John Resig | Tweaked one of the selector tests.
|
commit | commitdiff | tree |
2009-01-21 |
John Resig | Added some additional checks to make sure that the...
|
commit | commitdiff | tree |
2009-01-21 |
John Resig | Bumping the version of Sizzle up to 0.9.2.
|
commit | commitdiff | tree |
2009-01-21 |
John Resig | A follow-up for bug #3945. ID selectors don't work...
|
commit | commitdiff | tree |
2009-01-21 |
John Resig | Make sure that [name=foo] and #id selectors don't use...
|
commit | commitdiff | tree |
2009-01-21 |
John Resig | Now handle the case where Safari's querySelectorAll...
|
commit | commitdiff | tree |
2009-01-21 |
John Resig | After discussing it with a number of users I've decided...
|
commit | commitdiff | tree |
2009-01-21 |
John Resig | CHILD positions were being cached improperly. Tweaked...
|
commit | commitdiff | tree |
2009-01-21 |
John Resig | Landed a fix for timeouts not being aborted properly...
|
commit | commitdiff | tree |
2009-01-20 |
John Resig | Fixed a missing semicolon. Fixes jQuery bug #3927.
|
commit | commitdiff | tree |
2009-01-20 |
John Resig | Added a performance improvement to preFilter.CLASS...
|
commit | commitdiff | tree |
2009-01-20 |
John Resig | Added support for a[name^='foo['] style selectors....
|
commit | commitdiff | tree |
2009-01-20 |
John Resig | Made sure that .removeClass(null) doesn't throw an...
|
commit | commitdiff | tree |
2009-01-20 |
John Resig | Focused support of .live(). stopPropagation and stopImmediat...
|
commit | commitdiff | tree |
2009-01-20 |
John Resig | Re-worked the logic for where .selector and .context...
|
commit | commitdiff | tree |
2009-01-20 |
John Resig | Added some missing spaces - helps to calm XHTML error...
|
commit | commitdiff | tree |
2009-01-19 |
John Resig | Added two more tweaks for XHTML core tests.
|
commit | commitdiff | tree |
2009-01-19 |
John Resig | Made some tweaks to the core tests so that they'll...
|
commit | commitdiff | tree |
2009-01-19 |
John Resig | Brought the logic for handling isXMLDoc over from Sizzle.
|
commit | commitdiff | tree |
2009-01-19 |
John Resig | Made sure that a child element exists before the check...
|
commit | commitdiff | tree |
2009-01-19 |
John Resig | Re-worked the logic for handling isXML detection.
|
commit | commitdiff | tree |
2009-01-19 |
John Resig | Landing a fix for non-link anchor tabIndex (from scott...
|
commit | commitdiff | tree |
2009-01-19 |
John Resig | Fixed the logic for determining if an XML file is being...
|
commit | commitdiff | tree |
2009-01-19 |
John Resig | Added a way to run the test suite as an XHTML page.
|
commit | commitdiff | tree |
2009-01-19 |
John Resig | Merged some recent fixes in from Sizzle.
|
commit | commitdiff | tree |
2009-01-17 |
John Resig | Updated License Year, fixes #3871.
|
commit | commitdiff | tree |
2009-01-17 |
John Resig | Made the IE frameElement check more explicit. Fixes...
|
commit | commitdiff | tree |
2009-01-13 |
John Resig | Updating the version to 1.3.1pre.
|
commit | commitdiff | tree |
2009-01-13 |
John Resig | Tagging the 1.3 release.
|
commit | commitdiff | tree |
2009-01-13 |
John Resig | Merged Sizzle changes back into jQuery.
|
commit | commitdiff | tree |
2009-01-13 |
John Resig | Added a trailing / in the innerHTML support test to...
|
commit | commitdiff | tree |
2009-01-12 |
John Resig | Updated the benchmarking utility to use the Yahoo homepage...
|
commit | commitdiff | tree |
2009-01-12 |
John Resig | Merged in from Sizzle - a change to child filter selector...
|
commit | commitdiff | tree |
2009-01-12 |
John Resig | Merged in a fix from Sizzle for :not(:first).
|
commit | commitdiff | tree |
2009-01-12 |
John Resig | Only try to wrap the element if it's not disconnected...
|
commit | commitdiff | tree |
2009-01-12 |
John Resig | Fixed an issue with parentNode being accessed in attr...
|
commit | commitdiff | tree |
2009-01-12 |
John Resig | Updating the source version to 1.3rc2.
|
commit | commitdiff | tree |
2009-01-12 |
John Resig | Tagging the 1.3rc1 release.
|
commit | commitdiff | tree |
2009-01-12 |
John Resig | Had to remove the global variable tricks (especially...
|
commit | commitdiff | tree |
2009-01-12 |
John Resig | Tweaked the benchmark tests.
|
commit | commitdiff | tree |
2009-01-12 |
John Resig | Made a note about the push method.
|
commit | commitdiff | tree |
2009-01-11 |
John Resig | Made the case specific of the type attribute.
|
commit | commitdiff | tree |
2009-01-11 |
John Resig | Merging the latest from Sizzle.
|
commit | commitdiff | tree |
2009-01-11 |
John Resig | Prevented non-script <script> blocks from executing...
|
commit | commitdiff | tree |
2009-01-11 |
John Resig | Forgot to change the build.xml file as well.
|
commit | commitdiff | tree |
2009-01-11 |
John Resig | Fixed boxModel support - is now computed with feature...
|
commit | commitdiff | tree |
2009-01-10 |
John Resig | .closest() with positional selectors wasn't worked...
|
commit | commitdiff | tree |
2009-01-10 |
John Resig | Landed a fix for when a DOM element gets accidentally...
|
commit | commitdiff | tree |
2009-01-10 |
John Resig | Fixed an issue with script nodes being removed incorrectly...
|
commit | commitdiff | tree |
2009-01-09 |
John Resig | Didn't get specific enough with the proxy guid, fixes...
|
commit | commitdiff | tree |
2009-01-09 |
John Resig | Made it so that you can bind a single function to multiple...
|
commit | commitdiff | tree |
2009-01-08 |
John Resig | Selector state wasn't being passed along on a cloned...
|
commit | commitdiff | tree |
2009-01-07 |
John Resig | Merged in a missing argument from Sizzle.
|
commit | commitdiff | tree |
2009-01-07 |
John Resig | Landed a number of improvements to the selector engine...
|
commit | commitdiff | tree |
2009-01-06 |
John Resig | Removed all uses of @ in the benchmarker and added...
|
commit | commitdiff | tree |
2009-01-06 |
John Resig | Cleaned up the benchmarking utility (using a newer...
|
commit | commitdiff | tree |
2009-01-06 |
John Resig | Made the .unqiue() within .find() optional (speeds...
|
commit | commitdiff | tree |
2009-01-05 |
John Resig | Tagging the 1.3b2 release.
|
commit | commitdiff | tree |
2009-01-05 |
John Resig | Disabled an extra event binding.
|
commit | commitdiff | tree |
2009-01-05 |
John Resig | Switched back to the old style of running embedded...
|
commit | commitdiff | tree |
2009-01-05 |
John Resig | Timeout test appears to be flaky - disabling, for now.
|
commit | commitdiff | tree |
2009-01-05 |
John Resig | The timeout test was waiting for 10 seconds - unnecessary...
|
commit | commitdiff | tree |
2009-01-05 |
John Resig | Oops, order of operations.
|
commit | commitdiff | tree |
2009-01-05 |
John Resig | Brought in a fix from Sizzle - IE doesn't have .contains...
|
commit | commitdiff | tree |
2009-01-05 |
John Resig | Simplified the XML clone test.
|
commit | commitdiff | tree |
2009-01-05 |
John Resig | Simplified the XML selector test (save the result).
|
commit | commitdiff | tree |
2009-01-05 |
John Resig | Fixed an issue with how broken selector tests were...
|
commit | commitdiff | tree |
2009-01-05 |
John Resig | The triggered flag was being set too early, which was...
|
commit | commitdiff | tree |
2009-01-05 |
John Resig | Make sure that if no ownerDocument is available that...
|
commit | commitdiff | tree |
2009-01-05 |
John Resig | Landed cross-browser support for tabIndex, by Scott...
|
commit | commitdiff | tree |
2009-01-05 |
John Resig | Merging from Sizzle (fixed a bug when querySelectorAll...
|
commit | commitdiff | tree |
2009-01-05 |
John Resig | Forgot to merge in some of the new tests from Sizzle.
|
commit | commitdiff | tree |
2009-01-05 |
John Resig | Made hide, show, toggle, slideUp, slideDown, and slideToggle...
|
commit | commitdiff | tree |
2009-01-05 |
John Resig | Accidentally left in an extra echo statement in the...
|
commit | commitdiff | tree |
2009-01-05 |
John Resig | Synced with the Sizzle repository.
|
commit | commitdiff | tree |
2009-01-04 |
John Resig | .live("div div") was failing due to the extra space...
|
commit | commitdiff | tree |
2009-01-04 |
John Resig | Moved the copyright to the intro file, added a ! so...
|
commit | commitdiff | tree |
2009-01-04 |
John Resig | Changed build.xml to use YUICompressor, fixes #3779.
|
commit | commitdiff | tree |
2009-01-04 |
John Resig | Moved from the old JSMin to using YUIMin for compressing...
|
commit | commitdiff | tree |
2009-01-03 |
John Resig | Landed a proper fix for #3255 - which involves doing...
|
commit | commitdiff | tree |
2009-01-03 |
John Resig | Hid an issue where Safari through an exception when...
|
commit | commitdiff | tree |
2009-01-02 |
John Resig | Fixed an issue that was introduced by [5743] (which...
|
commit | commitdiff | tree |
2009-01-02 |
John Resig | Disabled testing of em-defined borders, need to look...
|
commit | commitdiff | tree |
2009-01-02 |
John Resig | The exact escaping of the text() test isn't important...
|
commit | commitdiff | tree |
2008-12-31 |
John Resig | Fixed an issue with .not("#foo, bar") not working correctly...
|
commit | commitdiff | tree |
2008-12-30 |
John Resig | Made sure that return false works in .live() along...
|
commit | commitdiff | tree |
2008-12-22 |
John Resig | Bumped the version number to 1.3b2pre.
|
commit | commitdiff | tree |
next |