aboutsummaryrefslogtreecommitdiffstats
path: root/src/core.js
Commit message (Expand)AuthorAgeFilesLines
...
* Fix width/height to work properly on window/documentBrandon Aaron2007-09-171-2/+13
* Added fix for bug #1567 - uppercase nodeName test in .add().John Resig2007-09-151-1/+1
* Added .eq(Number) back in - I'm convinced that it's more useful than the .sli...John Resig2007-09-151-0/+4
* etooled the jQuery constructor, makes it work better for embedding (Bug #1585...John Resig2007-09-151-20/+19
* Fixed bug #1594, #1565, #1598 - all of which were concerning the improper exe...John Resig2007-09-151-7/+21
* fix clone(true) for IEBrandon Aaron2007-09-131-4/+10
* Made the expando code attach properties to an anonymous object, as opposed to...John Resig2007-09-101-2/+7
* Fixed spelling mistake.John Resig2007-09-091-1/+1
* Added an extra check for removing a named cache property - calling it when it...John Resig2007-09-091-8/+10
* Landing a version of $(document)/$(window) .width()/.height(). It won't win a...John Resig2007-09-091-4/+14
* Added .prevAll() and .nextAll() functionality.John Resig2007-09-091-1/+3
* So, apparently, I never committed the second half of the new field value code...John Resig2007-09-091-13/+42
* Landing the new expando management code. Completely overhauls how data is ass...John Resig2007-09-081-8/+67
* Landing the .clone() rewrite by Brandon (also includes the new event cloning ...John Resig2007-09-081-33/+14
* Added .hasClass() (Simply just passes through to .is()).John Resig2007-09-081-0/+4
* Finished up some of the reorganization.John Resig2007-09-081-0/+1014