De-eval'd selectors and the various DOM methods (will marginally help our speed and...
[jquery.git] / src / selector.js
2008-01-26 John ResigDe-eval'd selectors and the various DOM methods (will...
2007-12-19 David SerdukeFixed #2077 by adding a var to make it a local variable...
2007-12-13 John ResigAdded some improvements to changes made in [4143] for...
2007-12-13 David SerdukeFixed #1854 by using wizzud's suggestion. The only...
2007-12-07 David SerdukeFixed #1039 and #1733 by going through the core API...
2007-12-05 David SerdukeA partial rollback of the refactoring done in [4032...
2007-12-05 David SerdukeRefactored jQuery.find() such that jQuery.nodeName...
2007-11-16 David SerdukeFixed #1727 bug where :nth-child() was non-standard...
2007-09-15 John ResigAdded a fix for bug #1612, where :contains() was failin...
2007-09-10 John ResigFixed a bug in .dir() where it would return non-element...
2007-09-09 John ResigAdded .prevAll() and .nextAll() functionality.
2007-09-08 John ResigLanding the new expando management code. Completely...
2007-09-08 John ResigReorganzing the jQuery source (first phase).