Added fix for bug #1567 - uppercase nodeName test in .add().
[jquery.git] / src / core.js
2007-09-15 John ResigAdded fix for bug #1567 - uppercase nodeName test in...
2007-09-15 John ResigAdded .eq(Number) back in - I'm convinced that it's...
2007-09-15 John Resigetooled the jQuery constructor, makes it work better...
2007-09-15 John ResigFixed bug #1594, #1565, #1598 - all of which were conce...
2007-09-13 Brandon Aaronfix clone(true) for IE
2007-09-10 John ResigMade the expando code attach properties to an anonymous...
2007-09-09 John ResigFixed spelling mistake.
2007-09-09 John ResigAdded an extra check for removing a named cache propert...
2007-09-09 John ResigLanding a version of $(document)/$(window) .width(...
2007-09-09 John ResigAdded .prevAll() and .nextAll() functionality.
2007-09-09 John ResigSo, apparently, I never committed the second half of...
2007-09-08 John ResigLanding the new expando management code. Completely...
2007-09-08 John ResigLanding the .clone() rewrite by Brandon (also includes...
2007-09-08 John ResigAdded .hasClass() (Simply just passes through to .is()).
2007-09-08 John ResigFinished up some of the reorganization.