2009-09-15 |
Ariel Flesler | jquery ajax: closes #2452. get() and post() weren't... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Ariel Flesler | jquery ajax: closes #4994. Adding 'context' setting... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Yehuda Katz | avoid creating a new data cache if we don't need one... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Ariel Flesler | jquery data: adding missing semicolons |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Yehuda Katz | Make jQuery.winnow a local function |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Ariel Flesler | jquery fx: closes #2542. show/hide(0, fn) wasn't callin... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Ariel Flesler | testrunner: resetting the scroll position after focusin... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
John Resig | Another fix for [6537] - make sure that .innerHTML... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
John Resig | Fixed a bug introduced in SVN rev [6537] that caused... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Ariel Flesler | jquery event: misc removal |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Ariel Flesler | jquery data: closes #5224. Exposing the expando. |
commit | commitdiff | tree | snapshot |
2009-09-14 |
John Resig | Added support for .before(), .after(), and .replaceWith... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Ariel Flesler | jquery event: fixes #4989. blur and focus events now... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Brandon Aaron | fix for #5198, event memory leak limited to IE only... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Brandon Aaron | fix for #5017 |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Brandon Aaron | remove and detach unit tests were not cleaning up,... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Ariel Flesler | jquery ajax: Misc rename |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Ariel Flesler | jquery core: Fixed #5202. Fixing selector generation... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Ariel Flesler | jquery core: removing the body optimization, as it... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Ariel Flesler | jquery core: commenting the new access function. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Ariel Flesler | jquery core: Closes #5189. Added a generic function... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Ariel Flesler | jquery core: fixes 5187. getElementsByTagName optimizat... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Ariel Flesler | jquery core: closes #5186. getElementsByTagName optimiz... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
John Resig | Added support for .eq(-N), .first(), and .last(). Fixes... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
John Resig | Optimize jQuery() for the case $("TAG"). |
commit | commitdiff | tree | snapshot |
2009-09-08 |
John Resig | Use the native Array indexOf method if it exists, for... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
John Resig | Removed jQuery.className.(has|remove|add) in favor... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
John Resig | Broke the logic for .clean() wrap out into a separate... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
John Resig | Split out the fragment-building code from domManip... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
John Resig | Added an optimization for the case where $("body")... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Yehuda Katz | Adds nested param serialization; Closes #4201 (by merbjedi) |
commit | commitdiff | tree | snapshot |
2009-08-27 |
John Resig | Fixed a bug with the isXMLDoc test - also made sure... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
John Resig | Tweaked the isXMLDoc iframe test case to test the docum... |
commit | commitdiff | tree | snapshot |
2009-08-26 |
John Resig | If the XHR object no longer exists assume that the... |
commit | commitdiff | tree | snapshot |
2009-08-26 |
John Resig | Temporarily disabled some tests for Opera 10 - a variet... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
John Resig | Moved exposing window.jQuery and window.$ to the end... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
John Resig | Added support for .closest(filter, DOMElement). Fixes... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
John Resig | Backing out commit #6507 - causes too many problems. |
commit | commitdiff | tree | snapshot |
2009-07-27 |
John Resig | Fix some missing braces in core.js. |
commit | commitdiff | tree | snapshot |
2009-07-27 |
John Resig | Added an improvement to quickExpr and some more tests... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
John Resig | Make sure payload is sent for PUT requests. (Thanks... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
John Resig | Shortened the isXMLDoc code, based upon recommendation... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
John Resig | Added an extra documentElement check to isXMLDoc for... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
John Resig | Implemented support for .context limited .closest(... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
John Resig | Fix for animating hyphenated CSS properties. Fixes... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Brandon Aaron | Fix for #4972. Dreamweaver CS4 crashes on offset module... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Brandon Aaron | revision 6494 accidentally reverted some changes to... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Brandon Aaron | add scrollTop/Left tests and fix for IE |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Ariel Flesler | speed: adding a benchmark() function |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Ariel Flesler | speed: misc changes to the top comment |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Ariel Flesler | speed: committing a failing experiment of concat vs... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
John Resig | Changed .get(-Number) to use .slice() instead of .toArr... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
John Resig | Fix for incorrect options being selected (noticed same... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
John Resig | Make sure that at least one argument is provided to... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
John Resig | Optimizing isXMLDoc. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
John Resig | Support dynamically loaded copies of jQuery using docum... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
John Resig | Make sure that the script is removed only if it's actua... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
John Resig | Completely disable the flaky fx queue test. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
John Resig | Exaggerate the times for the localtimeout ajax test. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
John Resig | Retool the fx test again, making it more apparent which... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
John Resig | Made a tweak to the fx queue test (was randomly failing... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
John Resig | Tweaked the detach addition in commit [6474]. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Yehuda Katz | Adds detach() |
commit | commitdiff | tree | snapshot |
2009-07-19 |
John Resig | Made some syntax tweaks to core.js. |
commit | commitdiff | tree | snapshot |
2009-07-19 |
John Resig | Saved some references to native methods, instead of... |
commit | commitdiff | tree | snapshot |
2009-07-19 |
John Resig | Moved some RegExp in core.js, goes toward #4111. |
commit | commitdiff | tree | snapshot |
2009-07-19 |
John Resig | Moved the RegExp in ajax.js out from inline, goes towar... |
commit | commitdiff | tree | snapshot |
2009-07-19 |
John Resig | Made a number of syntax tweaks to ajax.js. |
commit | commitdiff | tree | snapshot |
2009-07-19 |
John Resig | Did some cleaning up of ajax.js and fixed a bug from... |
commit | commitdiff | tree | snapshot |
2009-07-19 |
John Resig | Fixed a typo with commit [6457]. |
commit | commitdiff | tree | snapshot |
2009-07-19 |
John Resig | Removing extraneous closing ). Fix for [6463]. |
commit | commitdiff | tree | snapshot |
2009-07-19 |
John Resig | Broke out some of the inline RegExp from css.js. Goes... |
commit | commitdiff | tree | snapshot |
2009-07-19 |
John Resig | Fixed various formatting issues in css.js. |
commit | commitdiff | tree | snapshot |
2009-07-19 |
John Resig | Move cases of .replace(re, Function) out from inline... |
commit | commitdiff | tree | snapshot |
2009-07-19 |
John Resig | Fixed typo in commit #6461. |
commit | commitdiff | tree | snapshot |
2009-07-19 |
John Resig | Made more formatting changes to manipulation.js. Also... |
commit | commitdiff | tree | snapshot |
2009-07-19 |
John Resig | Tweaked formatting of src/manipulation.js. |
commit | commitdiff | tree | snapshot |
2009-07-19 |
John Resig | Standardize on using .nodeName in place of .tagName... |
commit | commitdiff | tree | snapshot |
2009-07-19 |
John Resig | Standardizing on .test() and .exec() - moving away... |
commit | commitdiff | tree | snapshot |
2009-07-19 |
John Resig | Rewrote .offsetParent() to work against the full jQuery... |
commit | commitdiff | tree | snapshot |
2009-07-19 |
John Resig | Made a number of stylistic changes to the offset code... |
commit | commitdiff | tree | snapshot |
2009-07-18 |
John Resig | Switching to use a better check for if the node is... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Brandon Aaron | removing ambiguous offset tests for now... results... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Brandon Aaron | integrated offset tests into main test suite. offset... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Brandon Aaron | fix for #4906 |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Yehuda Katz | Add test for jQuery(jQueryObj) cloning and simplify... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Yehuda Katz | jQuery objects have a default length of 0. Simplifies... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Ariel Flesler | jquery core: Simplifying isEmptyObject() and adding... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Yehuda Katz | Refactor queueing system to allow auto-dequeuing to... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Yehuda Katz | Refactor jQuery.data a bit to reduce property lookups |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Yehuda Katz | Implemented .data() to get the entire data object.... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Yehuda Katz | Add a test for index() |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Yehuda Katz | Unify .not and .filter (resolves #4200). |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Yehuda Katz | jQuery.extend(true, Object, Object) copies custom objec... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Yehuda Katz | jQuery.extend(true, Object, Object) copies objects... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Yehuda Katz | Clear some dangling whitespace |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Yehuda Katz | Add support for .get(-Number) Closes #4188 |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Yehuda Katz | Make toArray an alias for .get(). Closes #3999 |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Yehuda Katz | Added gitignore for people using git-svn |
commit | commitdiff | tree | snapshot |
2009-07-15 |
John Resig | Scope 'document' locally (also useful for sandboxing... |
commit | commitdiff | tree | snapshot |
next |