aboutsummaryrefslogtreecommitdiffstats
path: root/src/core.js
Commit message (Expand)AuthorAgeFilesLines
...
* Fix for #1893Brandon Aaron2007-11-141-1/+2
* Added a check to make sure a parent node exists in call remove() to avoid err...David Serduke2007-11-051-1/+2
* Added a fix for .noConflict(true) not reverting properly. Also added unit tes...John Resig2007-10-201-4/+4
* Ok, self[...] was BS, switching to window[...], bug #1748.John Resig2007-10-181-1/+1
* Fix for bug #1546 where a deep copy was attempted of DOM elements (which isn'...John Resig2007-10-171-1/+1
* Added a fix for bug #1698, in which injected scripts were executed out of ord...John Resig2007-10-171-19/+31
* Fixed .val(String) for select elements (#1760) [Thanks Sam]Brandon Aaron2007-10-121-1/+1
* Fix for #1779Jörn Zaefferer2007-10-121-1305/+1305
* Fixes memory leaks relating to events in IE with page unload and with jQuery ...Brandon Aaron2007-10-061-6/+9
* Fix regression in add and append in IE after revision 3463Brandon Aaron2007-10-061-5/+10
* A fix for bug #1443, where globalEval occurred asynchronously in Safari 2, pr...John Resig2007-10-011-8/+12
* Completely overhauled the syntax of core - re-worked variable names, formatti...John Resig2007-09-231-423/+575
* Fixed #1474, setting selectedIndexBrandon Aaron2007-09-181-1/+2
* Use document.compatMode for quirks test in width/height methodBrandon Aaron2007-09-181-1/+1
* 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