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 |
2009-07-11 |
John Resig | Optimized jQuery(Element) to not call jQuery() twice. |
tree | commitdiff |
2009-06-23 |
Brandon Aaron | reverting sizzle updates from previous commit, appears... |
tree | commitdiff |
2009-06-23 |
Brandon Aaron | fix for #4512 and minor sizzle updates |
tree | commitdiff |
2009-06-20 |
Ariel Flesler | jquery core: Closes #2827. jQuery.each iterates over... |
tree | commitdiff |
2009-06-17 |
Brandon Aaron | fix for #3533, triggering an event with a colon in... |
tree | commitdiff |
2009-06-15 |
John Resig | Adding support for etags in $.ajax() - and simplified... |
tree | commitdiff |
2009-06-02 |
Ariel Flesler | jquery fx: Exposing the ticking function |
tree | commitdiff |
2009-05-20 |
John Resig | Removed some cases of strict errors. |
tree | commitdiff |
2009-05-20 |
John Resig | Switched to using new Function instead of eval for... |
tree | commitdiff |
2009-05-20 |
John Resig | Did some light reordering of the jQuery definition... |
tree | commitdiff |
2009-05-18 |
Brandon Aaron | fix :hidden and :visible selectors. fixes #4512 |
tree | commitdiff |
2009-05-16 |
Brandon Aaron | fix for #4183 |
tree | commitdiff |
2009-05-16 |
Brandon Aaron | fix remove and empty to work properly in IE when an... |
tree | commitdiff |
2009-05-16 |
Brandon Aaron | fix for #4397 |
tree | commitdiff |
2009-05-14 |
Brandon Aaron | tidy up fix for #3981, thanks matt kruse |
tree | commitdiff |
2009-05-14 |
Brandon Aaron | opacity is now retrieved from stylesheet in IE. fixes... |
tree | commitdiff |
2009-05-12 |
Brandon Aaron | fix regression in removing live events caused by r6324 |
tree | commitdiff |
2009-05-10 |
Ariel Flesler | jquery event: misc change |
tree | commitdiff |
2009-05-07 |
Brandon Aaron | unused, left-over code from r6344 |
tree | commitdiff |
2009-05-07 |
Brandon Aaron | .bind() now accepts an optional thisObject as the last... |
tree | commitdiff |
2009-05-06 |
Brandon Aaron | fix for #4234. hover can take one function to use for... |
tree | commitdiff |
2009-05-06 |
Brandon Aaron | fix for #3286 |
tree | commitdiff |
2009-05-04 |
Brandon Aaron | fix :hidden selector that was accidentally reverted... |
tree | commitdiff |
2009-05-04 |
Brandon Aaron | fix memory leak in IE |
tree | commitdiff |
2009-05-03 |
Ariel Flesler | jquery core: $() -> $(document) and $(undefined) -... |
tree | commitdiff |
2009-05-02 |
Brandon Aaron | make sure toggleClass does not delete classNames when... |
tree | commitdiff |
2009-05-02 |
Brandon Aaron | toggleClass can now toggle multiple classNames (space... |
tree | commitdiff |
2009-05-02 |
Brandon Aaron | index now works in reverse when passed a selector or... |
tree | commitdiff |
2009-05-01 |
Brandon Aaron | fix global event triggering that i broke in r6323 |
tree | commitdiff |
2009-05-01 |
Brandon Aaron | special event refactor left over code |
tree | commitdiff |
2009-05-01 |
Brandon Aaron | fix for #2620 |
tree | commitdiff |
2009-05-01 |
Brandon Aaron | only copy guid from handler to modifiedHandler if it... |
tree | commitdiff |
2009-04-30 |
Brandon Aaron | live event handlers now receive data from trigger,... |
tree | commitdiff |
2009-04-30 |
Brandon Aaron | refactor specialAll into add and remove hooks for exist... |
tree | commitdiff |
2009-04-30 |
Brandon Aaron | event clean up |
tree | commitdiff |
2009-04-29 |
Brandon Aaron | .unbind() without any arguments now also unbinds namesp... |
tree | commitdiff |
2009-04-22 |
Brandon Aaron | fixing a few more memory leaks in IE |
tree | commitdiff |
2009-04-22 |
Brandon Aaron | offset returns null for window and document elements... |
tree | commitdiff |
2009-04-22 |
Brandon Aaron | fix for #4216. css now ignores negative numbers for... |
tree | commitdiff |
2009-04-22 |
Brandon Aaron | fix for #3546. css now works with other windows than... |
tree | commitdiff |
2009-04-22 |
Brandon Aaron | fix for #4268. bind now works with iframe windows.... |
tree | commitdiff |
2009-04-22 |
Brandon Aaron | fix for #2911 |
tree | commitdiff |
2009-04-22 |
Brandon Aaron | remove radix param for parseFloat calls |
tree | commitdiff |
2009-04-22 |
Brandon Aaron | width, height, scrollLeft, and scrollTop now work with... |
tree | commitdiff |
2009-04-21 |
Brandon Aaron | clean up offset. #4456 thanks pbcomm |
tree | commitdiff |
2009-04-21 |
Brandon Aaron | actually don't need to null out as much as i thought... |
tree | commitdiff |
2009-04-21 |
Brandon Aaron | fixing memory leaks in IE |
tree | commitdiff |
2009-03-31 |
John Resig | Unified the formatting of core.js. === or !== are used... |
tree | commitdiff |
2009-03-30 |
Brandon Aaron | fix for #4439, offset.initialize can cause the page... |
tree | commitdiff |
2009-03-27 |
Brandon Aaron | fix for #4378, base tag causes javascript error in... |
tree | commitdiff |
2009-03-23 |
Brandon Aaron | remove trailing spaces |
tree | commitdiff |
2009-03-22 |
Brandon Aaron | decoupling styles retrieval from the attr method |
tree | commitdiff |
2009-03-22 |
Brandon Aaron | moving some vars from manipulations.js to attributes.js |
tree | commitdiff |
2009-03-22 |
Brandon Aaron | fix for #4399, removing unused variables |
tree | commitdiff |
2009-03-20 |
Brandon Aaron | fix for #4189, live/die now work with contexts other... |
tree | commitdiff |
2009-03-19 |
John Resig | Added some more information to the unload event cleanup. |
tree | commitdiff |
next |