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