2009-12-07 |
John Resig | Adding in cross-browser onbeforeunload support. Fixes...
|
commit | commitdiff | tree |
2009-12-06 |
John Resig | Merge branch 'master' of git@github.com:jquery/jquery
|
commit | commitdiff | tree |
2009-12-06 |
John Resig | Split the queue code out from data.js into a dedicated...
|
commit | commitdiff | tree |
2009-12-06 |
John Resig | Renamed isObjectLiteral to isPlainObject (makes more...
|
commit | commitdiff | tree |
2009-12-05 |
John Resig | Make sure that width or height don't animate to a negative...
|
commit | commitdiff | tree |
2009-12-05 |
John Resig | Retooled the native triggering code, simplifying it.
|
commit | commitdiff | tree |
2009-12-05 |
John Resig | Allow the user to explicitly set a content-type header...
|
commit | commitdiff | tree |
2009-11-25 |
John Resig | Disable the X-Requested-With header to avoid preflighting...
|
commit | commitdiff | tree |
2009-11-25 |
John Resig | Fixed spacing on the modified Ajax code.
|
commit | commitdiff | tree |
2009-11-17 |
John Resig | Added support for .text() on text nodes. Fixes #5525.
|
commit | commitdiff | tree |
2009-11-17 |
John Resig | Re-wrote context Ajax test to use an element instead...
|
commit | commitdiff | tree |
2009-11-17 |
John Resig | Re-adding the QUnit submodule file.
|
commit | commitdiff | tree |
2009-11-15 |
John Resig | Hide the .settings file in the gitignore.
|
commit | commitdiff | tree |
2009-11-11 |
John Resig | Make sure that the submodules are pulling from the...
|
commit | commitdiff | tree |
2009-11-11 |
John Resig | Added useMap and frameBorder IE support to attr. Fixes...
|
commit | commitdiff | tree |
2009-11-11 |
John Resig | Added a check to make sure that a load request isn...
|
commit | commitdiff | tree |
2009-11-11 |
John Resig | Pass in the XHR object as the third argument to the...
|
commit | commitdiff | tree |
2009-11-11 |
John Resig | Fixed the case where HTML that contained entities was...
|
commit | commitdiff | tree |
2009-11-11 |
John Resig | Landing tweak from 'haruka' that fixes non-pixel fontSize...
|
commit | commitdiff | tree |
2009-11-11 |
John Resig | Made jQuery('<div/>') and jQuery('<div></div>') use...
|
commit | commitdiff | tree |
2009-11-11 |
John Resig | Opera 9.2 was interpreting .5 as 0.50, changing it...
|
commit | commitdiff | tree |
2009-11-11 |
John Resig | Removed the use of this.length++ as it makes it hard...
|
commit | commitdiff | tree |
2009-11-11 |
John Resig | Renamed isObject to isObjectLiteral to be more specific.
|
commit | commitdiff | tree |
2009-11-10 |
John Resig | Force the submodules to keep up to date.
|
commit | commitdiff | tree |
2009-11-09 |
John Resig | Require that, at least, document.body exists before...
|
commit | commitdiff | tree |
2009-11-09 |
John Resig | Backing out commit 81bfd9b870f658ce00eec48ea48a84d69c20bf05...
|
commit | commitdiff | tree |
2009-11-09 |
John Resig | Merge branch 'master' of git@github.com:jquery/jquery
|
commit | commitdiff | tree |
2009-11-07 |
John Resig | Fixing spacing problems from rkatic's patches.
|
commit | commitdiff | tree |
2009-11-07 |
John Resig | Made sure that animate callbacks get executed even...
|
commit | commitdiff | tree |
2009-11-07 |
John Resig | Make .add() take an optional context and - if a context...
|
commit | commitdiff | tree |
2009-11-07 |
John Resig | Comment nodes are discarded from a merge, for no apparent...
|
commit | commitdiff | tree |
2009-11-07 |
John Resig | jQuery.ajax modified the passed-in object only to help...
|
commit | commitdiff | tree |
2009-11-07 |
John Resig | A typechange for test/qunit.
|
commit | commitdiff | tree |
2009-11-07 |
John Resig | Make sure that document.body exists, at least, in IE...
|
commit | commitdiff | tree |
2009-11-07 |
John Resig | The complete event wasn't getting called on local file...
|
commit | commitdiff | tree |
2009-11-07 |
John Resig | Fixed the case where getComputedStyled was assumed...
|
commit | commitdiff | tree |
2009-11-07 |
John Resig | Removing some of the SVN-specific stuff from the Ant...
|
commit | commitdiff | tree |
2009-10-26 |
John Resig | Pull in the Sizzle library dynamically using a submodule...
|
commit | commitdiff | tree |
2009-10-26 |
John Resig | Moved a bunch of methods out of the jQuery-specific...
|
commit | commitdiff | tree |
2009-10-23 |
John Resig | Removed the revision info and fixed the date pull to...
|
commit | commitdiff | tree |
2009-10-23 |
John Resig | Removing the old speed perf directory (the current...
|
commit | commitdiff | tree |
2009-10-23 |
John Resig | Only need Java if you want to build a minified version...
|
commit | commitdiff | tree |
2009-10-23 |
John Resig | Removed the 'lite' build option (no longer used) and...
|
commit | commitdiff | tree |
2009-10-23 |
John Resig | Cleaned out the build directory - a lot of old files...
|
commit | commitdiff | tree |
2009-10-23 |
John Resig | Removing some old text files.
|
commit | commitdiff | tree |
2009-10-23 |
John Resig | Added the submodule init/update to the Makefile for...
|
commit | commitdiff | tree |
2009-10-23 |
John Resig | Pull in QUnit using a submodule. In order to build...
|
commit | commitdiff | tree |
2009-10-23 |
John Resig | We don't want to filter out the qunit file.
|
commit | commitdiff | tree |
2009-10-12 |
John Resig | Fixed the cleaning method to support namespaced elements...
|
commit | commitdiff | tree |
2009-10-08 |
John Resig | Fixed == change in ready.
|
commit | commitdiff | tree |
2009-09-29 |
John Resig | Updated the jQuery suite to use the updated QUnit CSS...
|
commit | commitdiff | tree |
2009-09-29 |
John Resig | Updated the jQuery test suite to use the new QUnit...
|
commit | commitdiff | tree |
2009-09-29 |
John Resig | Moved the jQuery-specific test suite CSS into a separate...
|
commit | commitdiff | tree |
2009-09-29 |
John Resig | Adapted the jQuery test suite to handle the toolbar...
|
commit | commitdiff | tree |
2009-09-29 |
John Resig | Updated the jQuery suite to use the new 'qunit-' prefix...
|
commit | commitdiff | tree |
2009-09-29 |
John Resig | Fixed the q() method to use same instead of isSet.
|
commit | commitdiff | tree |
2009-09-29 |
John Resig | Switched from using QUnit's isObj/isSet to the more...
|
commit | commitdiff | tree |
2009-09-29 |
John Resig | Moved some jQuery-specific test methods into the core...
|
commit | commitdiff | tree |
2009-09-29 |
John Resig | Moved the init test script off into a separate file.
|
commit | commitdiff | tree |
2009-09-25 |
John Resig | Adding in .unwrap() support, thanks to Ben Alman! Fixes...
|
commit | commitdiff | tree |
2009-09-25 |
John Resig | Removed the trailing endline from the version.
|
commit | commitdiff | tree |
2009-09-25 |
John Resig | Full steam ahead! We're going for 1.4.
|
commit | commitdiff | tree |
2009-09-25 |
John Resig | A follow-up to [6578] (which stopped adding expandos...
|
commit | commitdiff | tree |
2009-09-15 |
John Resig | Missing a var on a for loop, caused a variable to be...
|
commit | commitdiff | tree |
2009-09-15 |
John Resig | Missing a var on a for loop, caused a variable to be...
|
commit | commitdiff | tree |
2009-09-15 |
John Resig | Adding some fixes for commit [6537]. If there's leading...
|
commit | commitdiff | tree |
2009-09-15 |
John Resig | Fix for SVN rev [6537]. Events weren't being unbound...
|
commit | commitdiff | tree |
2009-09-14 |
John Resig | Another fix for [6537] - make sure that .innerHTML...
|
commit | commitdiff | tree |
2009-09-14 |
John Resig | Fixed a bug introduced in SVN rev [6537] that caused...
|
commit | commitdiff | tree |
2009-09-14 |
John Resig | Added support for .before(), .after(), and .replaceWith...
|
commit | commitdiff | tree |
2009-09-09 |
John Resig | Added support for .eq(-N), .first(), and .last(). Fixes...
|
commit | commitdiff | tree |
2009-09-08 |
John Resig | Optimize jQuery() for the case $("TAG").
|
commit | commitdiff | tree |
2009-09-08 |
John Resig | Use the native Array indexOf method if it exists, for...
|
commit | commitdiff | tree |
2009-09-08 |
John Resig | Removed jQuery.className.(has|remove|add) in favor...
|
commit | commitdiff | tree |
2009-09-07 |
John Resig | Broke the logic for .clean() wrap out into a separate...
|
commit | commitdiff | tree |
2009-09-07 |
John Resig | Split out the fragment-building code from domManip...
|
commit | commitdiff | tree |
2009-09-07 |
John Resig | Added an optimization for the case where $("body")...
|
commit | commitdiff | tree |
2009-08-27 |
John Resig | Fixed a bug with the isXMLDoc test - also made sure...
|
commit | commitdiff | tree |
2009-08-27 |
John Resig | Tweaked the isXMLDoc iframe test case to test the document...
|
commit | commitdiff | tree |
2009-08-26 |
John Resig | If the XHR object no longer exists assume that the...
|
commit | commitdiff | tree |
2009-08-26 |
John Resig | Temporarily disabled some tests for Opera 10 - a variety...
|
commit | commitdiff | tree |
2009-08-10 |
John Resig | Moved exposing window.jQuery and window.$ to the end...
|
commit | commitdiff | tree |
2009-07-28 |
John Resig | Added support for .closest(filter, DOMElement). Fixes...
|
commit | commitdiff | tree |
2009-07-28 |
John Resig | Backing out commit #6507 - causes too many problems.
|
commit | commitdiff | tree |
2009-07-27 |
John Resig | Fix some missing braces in core.js.
|
commit | commitdiff | tree |
2009-07-27 |
John Resig | Added an improvement to quickExpr and some more tests...
|
commit | commitdiff | tree |
2009-07-27 |
John Resig | Make sure payload is sent for PUT requests. (Thanks...
|
commit | commitdiff | tree |
2009-07-27 |
John Resig | Shortened the isXMLDoc code, based upon recommendation...
|
commit | commitdiff | tree |
2009-07-27 |
John Resig | Added an extra documentElement check to isXMLDoc for...
|
commit | commitdiff | tree |
2009-07-25 |
John Resig | Implemented support for .context limited .closest(...
|
commit | commitdiff | tree |
2009-07-25 |
John Resig | Fix for animating hyphenated CSS properties. Fixes...
|
commit | commitdiff | tree |
2009-07-23 |
John Resig | Changed .get(-Number) to use .slice() instead of .toArray...
|
commit | commitdiff | tree |
2009-07-23 |
John Resig | Fix for incorrect options being selected (noticed same...
|
commit | commitdiff | tree |
2009-07-23 |
John Resig | Make sure that at least one argument is provided to...
|
commit | commitdiff | tree |
2009-07-22 |
John Resig | Optimizing isXMLDoc.
|
commit | commitdiff | tree |
2009-07-22 |
John Resig | Support dynamically loaded copies of jQuery using document...
|
commit | commitdiff | tree |
2009-07-22 |
John Resig | Make sure that the script is removed only if it's actually...
|
commit | commitdiff | tree |
2009-07-21 |
John Resig | Completely disable the flaky fx queue test.
|
commit | commitdiff | tree |
2009-07-21 |
John Resig | Exaggerate the times for the localtimeout ajax test.
|
commit | commitdiff | tree |
2009-07-21 |
John Resig | Retool the fx test again, making it more apparent which...
|
commit | commitdiff | tree |
next |