2009-10-26 |
John Resig | Pull in the Sizzle library dynamically using a submodul... |
blob | commitdiff |
2009-10-26 |
John Resig | Moved a bunch of methods out of the jQuery-specific... |
blob | commitdiff |
2009-09-25 |
John Resig | A follow-up to [6578] (which stopped adding expandos... |
blob | commitdiff | diff to current |
2009-09-15 |
John Resig | Missing a var on a for loop, caused a variable to be... |
blob | commitdiff | diff to current |
2009-09-15 |
John Resig | Missing a var on a for loop, caused a variable to be... |
blob | commitdiff | diff to current |
2009-09-15 |
Jörn Zaefferer | fixed global variables introduced in for loop with... |
blob | commitdiff | diff to current |
2009-07-23 |
John Resig | Make sure that at least one argument is provided to... |
blob | commitdiff | diff to current |
2009-07-19 |
John Resig | Standardize on using .nodeName in place of .tagName... |
blob | commitdiff | diff to current |
2009-07-19 |
John Resig | Standardizing on .test() and .exec() - moving away... |
blob | commitdiff | diff to current |
2009-06-23 |
Brandon Aaron | reverting sizzle updates from previous commit, appears... |
blob | commitdiff | diff to current |
2009-06-23 |
Brandon Aaron | fix for #4512 and minor sizzle updates |
blob | commitdiff | diff to current |
2009-05-20 |
John Resig | Removed some cases of strict errors. |
blob | commitdiff | diff to current |
2009-05-18 |
Brandon Aaron | fix :hidden and :visible selectors. fixes #4512 |
blob | commitdiff | diff to current |
2009-05-04 |
Brandon Aaron | fix :hidden selector that was accidentally reverted... |
blob | commitdiff | diff to current |
2009-05-04 |
Brandon Aaron | fix memory leak in IE |
blob | commitdiff | diff to current |
2009-03-23 |
Brandon Aaron | remove trailing spaces |
blob | commitdiff | diff to current |
2009-03-18 |
Brandon Aaron | fix for #4374, gap in :hidden, :visible logic |
blob | commitdiff | diff to current |
2009-03-17 |
John Resig | Backed out commit [6260], was causing too many problems... |
blob | commitdiff | diff to current |
2009-02-27 |
John Resig | Moved to a generic solution for copying methods over... |
blob | commitdiff | diff to current |
2009-02-26 |
John Resig | No longer use arguments.callee or RegExp (use new RegEx... |
blob | commitdiff | diff to current |
2009-02-26 |
John Resig | As it turns out, the context was being started at a... |
blob | commitdiff | diff to current |
2009-02-25 |
John Resig | Removed the need for the results set to have array... |
blob | commitdiff | diff to current |
2009-02-25 |
John Resig | Simplified the isXML function, no need to use recursion. |
blob | commitdiff | diff to current |
2009-02-25 |
John Resig | Expose the sort/unique code from Sizzle as Sizzle.uniqu... |
blob | commitdiff | diff to current |
2009-02-25 |
John Resig | Landed some improvements for improving the performance... |
blob | commitdiff | diff to current |
2009-02-20 |
John Resig | Tagged the Sizzle 1.0 release. |
blob | commitdiff | diff to current |
2009-02-17 |
John Resig | Switch to using createRange for element comparision... |
blob | commitdiff | diff to current |
2009-02-17 |
John Resig | Brought back the compareDocumentPosition code. While... |
blob | commitdiff | diff to current |
2009-02-16 |
John Resig | Added support for class selectors and class attribute... |
blob | commitdiff | diff to current |
2009-02-16 |
John Resig | Fixed an issue with :nth-child selectors embedded in... |
blob | commitdiff | diff to current |
2009-02-16 |
John Resig | Changed the jQuery hidden/visible selectors to be a... |
blob | commitdiff | diff to current |
2009-02-16 |
John Resig | Change the behavior of how :visible and :hidden work... |
blob | commitdiff | diff to current |
2009-02-16 |
John Resig | Fixed a bug with certain + selectors failing (Fixes... |
blob | commitdiff | diff to current |
2009-02-15 |
John Resig | Fixed the issue where weird characters were being used... |
blob | commitdiff | diff to current |
2009-02-15 |
John Resig | Make sure that [name=FOO] searches actually have the... |
blob | commitdiff | diff to current |
2009-02-15 |
John Resig | Added fixes for two different :not() bugs. One with... |
blob | commitdiff | diff to current |
2009-02-14 |
John Resig | Provide a graceful failover for [name=foo] queries... |
blob | commitdiff | diff to current |
2009-02-14 |
John Resig | The compareDocumentPosition check was extraneous -... |
blob | commitdiff | diff to current |
2009-02-14 |
John Resig | Added support for sorting in Safari - when querySelecto... |
blob | commitdiff | diff to current |
2009-02-14 |
John Resig | Oops, the sourceIndex of the documentElement in IE... |
blob | commitdiff | diff to current |
2009-02-14 |
John Resig | Make sure that elements are returned in document order... |
blob | commitdiff | diff to current |
2009-02-10 |
John Resig | Merging a bunch of changes back from Sizzle, by LosTFx. |
blob | commitdiff | diff to current |
2009-02-09 |
John Resig | Reworked the attribute selection code to be able to... |
blob | commitdiff | diff to current |
2009-02-09 |
John Resig | match[4] is already saved in check - thanks Balazs. |
blob | commitdiff | diff to current |
2009-02-07 |
John Resig | Added a fix for empty attribute selection values. Fixes... |
blob | commitdiff | diff to current |
2009-02-07 |
John Resig | Added logic for not using getElementsByClassName in... |
blob | commitdiff | diff to current |
2009-01-23 |
John Resig | Made the getAttribute check more explicit - comment... |
blob | commitdiff | diff to current |
2009-01-22 |
John Resig | Bumping Sizzle version to 0.9.3. |
blob | commitdiff | diff to current |
2009-01-21 |
John Resig | Added some additional checks to make sure that the... |
blob | commitdiff | diff to current |
2009-01-21 |
John Resig | Bumping the version of Sizzle up to 0.9.2. |
blob | commitdiff | diff to current |
2009-01-21 |
John Resig | A follow-up for bug #3945. ID selectors don't work... |
blob | commitdiff | diff to current |
2009-01-21 |
John Resig | Make sure that [name=foo] and #id selectors don't use... |
blob | commitdiff | diff to current |
2009-01-21 |
John Resig | Now handle the case where Safari's querySelectorAll... |
blob | commitdiff | diff to current |
2009-01-21 |
John Resig | After discussing it with a number of users I've decided... |
blob | commitdiff | diff to current |
2009-01-21 |
John Resig | CHILD positions were being cached improperly. Tweaked... |
blob | commitdiff | diff to current |
2009-01-20 |
John Resig | Fixed a missing semicolon. Fixes jQuery bug #3927. |
blob | commitdiff | diff to current |
2009-01-20 |
John Resig | Added a performance improvement to preFilter.CLASS... |
blob | commitdiff | diff to current |
2009-01-20 |
John Resig | Added support for a[name^='foo['] style selectors.... |
blob | commitdiff | diff to current |
2009-01-19 |
John Resig | Made sure that a child element exists before the check... |
blob | commitdiff | diff to current |
2009-01-19 |
John Resig | Re-worked the logic for handling isXML detection. |
blob | commitdiff | diff to current |
2009-01-19 |
John Resig | Fixed the logic for determining if an XML file is being... |
blob | commitdiff | diff to current |
2009-01-19 |
John Resig | Merged some recent fixes in from Sizzle. |
blob | commitdiff | diff to current |
2009-01-13 |
John Resig | Merged Sizzle changes back into jQuery. |
blob | commitdiff | diff to current |
2009-01-12 |
John Resig | Merged in from Sizzle - a change to child filter select... |
blob | commitdiff | diff to current |
2009-01-12 |
John Resig | Merged in a fix from Sizzle for :not(:first). |
blob | commitdiff | diff to current |
2009-01-11 |
John Resig | Merging the latest from Sizzle. |
blob | commitdiff | diff to current |
2009-01-07 |
John Resig | Merged in a missing argument from Sizzle. |
blob | commitdiff | diff to current |
2009-01-07 |
John Resig | Landed a number of improvements to the selector engine... |
blob | commitdiff | diff to current |
2009-01-05 |
Ariel Flesler | jquery selector: Replacing {0,1} for ? in a regex. |
blob | commitdiff | diff to current |
2009-01-05 |
John Resig | Oops, order of operations. |
blob | commitdiff | diff to current |
2009-01-05 |
John Resig | Brought in a fix from Sizzle - IE doesn't have .contain... |
blob | commitdiff | diff to current |
2009-01-05 |
John Resig | Merging from Sizzle (fixed a bug when querySelectorAll... |
blob | commitdiff | diff to current |
2009-01-05 |
John Resig | Synced with the Sizzle repository. |
blob | commitdiff | diff to current |
2008-12-25 |
Ariel Flesler | jquery selector: Removed a needless line (related to... |
blob | commitdiff | diff to current |
2008-12-22 |
John Resig | Synced with Sizzle codebase (which removed the use... |
blob | commitdiff | diff to current |
2008-12-20 |
John Resig | Syncing Sizzle codebase. |
blob | commitdiff | diff to current |
2008-12-20 |
John Resig | Landing the new Sizzle selector engine. There'll need... |
blob | commitdiff | diff to current |
2008-11-17 |
John Resig | Standardized the type checks across core. isFunction... |
blob | commitdiff | diff to current |
2008-07-28 |
Ariel Flesler | jquery selector: closes #3023. The attribute filter... |
blob | commitdiff | diff to current |
2008-07-28 |
Ariel Flesler | jquery selector: closes #2939. $('[style]') wasn't... |
blob | commitdiff | diff to current |
2008-05-13 |
Ariel Flesler | jquery: removing unnecessary trailing and leading space... |
blob | commitdiff | diff to current |
2008-05-11 |
Ed Engelhardt | fix small typo in comment |
blob | commitdiff | diff to current |
2008-05-06 |
Ariel Flesler | jquery selector: reverting [5343], check #1960. |
blob | commitdiff | diff to current |
2008-05-02 |
Ariel Flesler | jquery selector: removed needless check in jQuery.sibling. |
blob | commitdiff | diff to current |
2008-04-30 |
Scott González | core: make sure all source files end with a single... |
blob | commitdiff | diff to current |
2008-04-29 |
Ariel Flesler | mainly made the code shorter: |
blob | commitdiff | diff to current |
2008-04-29 |
Scott González | Fixed line endings. |
blob | commitdiff | diff to current |
2008-04-28 |
Jörn Zaefferer | jquery core: fix for #1960, delegating to document... |
blob | commitdiff | diff to current |
2008-01-26 |
John Resig | De-eval'd selectors and the various DOM methods (will... |
blob | commitdiff | diff to current |
2007-12-19 |
David Serduke | Fixed #2077 by adding a var to make it a local variable... |
blob | commitdiff | diff to current |
2007-12-13 |
John Resig | Added some improvements to changes made in [4143] for... |
blob | commitdiff | diff to current |
2007-12-13 |
David Serduke | Fixed #1854 by using wizzud's suggestion. The only... |
blob | commitdiff | diff to current |
2007-12-07 |
David Serduke | Fixed #1039 and #1733 by going through the core API... |
blob | commitdiff | diff to current |
2007-12-05 |
David Serduke | A partial rollback of the refactoring done in [4032... |
blob | commitdiff | diff to current |
2007-12-05 |
David Serduke | Refactored jQuery.find() such that jQuery.nodeName... |
blob | commitdiff | diff to current |
2007-11-16 |
David Serduke | Fixed #1727 bug where :nth-child() was non-standard... |
blob | commitdiff | diff to current |
2007-09-15 |
John Resig | Added a fix for bug #1612, where :contains() was failin... |
blob | commitdiff | diff to current |
2007-09-10 |
John Resig | Fixed a bug in .dir() where it would return non-element... |
blob | commitdiff | diff to current |
2007-09-09 |
John Resig | Added .prevAll() and .nextAll() functionality. |
blob | commitdiff | diff to current |
2007-09-08 |
John Resig | Landing the new expando management code. Completely... |
blob | commitdiff | diff to current |
next |