2009-06-04 |
Jörn Zaefferer | jquery core: removed the version.txt newline; please... |
commit | commitdiff | tree | snapshot |
2009-06-02 |
Ariel Flesler | jquery fx: Exposing the ticking function |
commit | commitdiff | tree | snapshot |
2009-05-20 |
John Resig | Reverting accidental test suite corruption from the... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
John Resig | Removed some cases of strict errors. |
commit | commitdiff | tree | snapshot |
2009-05-20 |
John Resig | Switched to using new Function instead of eval for... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
John Resig | Did some light reordering of the jQuery definition... |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Brandon Aaron | fix :hidden and :visible selectors. fixes #4512 |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Brandon Aaron | fix for #4183 |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Brandon Aaron | error case for an ajax test |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Brandon Aaron | fix remove and empty to work properly in IE when an... |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Brandon Aaron | prevent fx test html from showing in IE |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Brandon Aaron | unit tests for setting cellspacing, rowspan, and colspan |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Brandon Aaron | fix for #4397 |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Brandon Aaron | tidy up fix for #3981, thanks matt kruse |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Brandon Aaron | opacity is now retrieved from stylesheet in IE. fixes... |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Brandon Aaron | fix regression in removing live events caused by r6324 |
commit | commitdiff | tree | snapshot |
2009-05-10 |
Ariel Flesler | jquery event: misc change |
commit | commitdiff | tree | snapshot |
2009-05-07 |
Brandon Aaron | unused, left-over code from r6344 |
commit | commitdiff | tree | snapshot |
2009-05-07 |
Brandon Aaron | another unit test for index method |
commit | commitdiff | tree | snapshot |
2009-05-07 |
Brandon Aaron | .bind() now accepts an optional thisObject as the last... |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Brandon Aaron | fix for #4234. hover can take one function to use for... |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Brandon Aaron | fix for #3286 |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Brandon Aaron | unit tests for using jQuery events on non-dom elements... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Brandon Aaron | fix :hidden selector that was accidentally reverted... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Brandon Aaron | fix memory leak in IE |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Ariel Flesler | testrunner: Updating an orphaned test |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Ariel Flesler | jquery core: $() -> $(document) and $(undefined) -... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Brandon Aaron | make sure toggleClass does not delete classNames when... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Brandon Aaron | toggleClass can now toggle multiple classNames (space... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Brandon Aaron | actually should be 6330, not 6329 |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Brandon Aaron | index now works in reverse when passed a selector or... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Brandon Aaron | fix global event triggering that i broke in r6323 |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Brandon Aaron | special event refactor left over code |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Brandon Aaron | fix for #2620 |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Brandon Aaron | only copy guid from handler to modifiedHandler if it... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Brandon Aaron | live event handlers now receive data from trigger,... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Brandon Aaron | refactor specialAll into add and remove hooks for exist... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Brandon Aaron | event clean up |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Brandon Aaron | enable test for binding events cross-frame that was... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Brandon Aaron | .unbind() without any arguments now also unbinds namesp... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Brandon Aaron | fixing a few more memory leaks in IE |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Brandon Aaron | offset returns null for window and document elements... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Brandon Aaron | fix for #4216. css now ignores negative numbers for... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Brandon Aaron | fix for #3546. css now works with other windows than... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Brandon Aaron | fix for #4268. bind now works with iframe windows.... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Brandon Aaron | fix for #2911 |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Brandon Aaron | remove radix param for parseFloat calls |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Brandon Aaron | width, height, scrollLeft, and scrollTop now work with... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Brandon Aaron | clean up offset. #4456 thanks pbcomm |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Brandon Aaron | actually don't need to null out as much as i thought... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Brandon Aaron | fixing memory leaks in IE |
commit | commitdiff | tree | snapshot |
2009-04-20 |
John Resig | Added explicit module names to the new unit tests. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
John Resig | Unified the formatting of core.js. === or !== are used... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Brandon Aaron | fix for #4439, offset.initialize can cause the page... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Brandon Aaron | fix for #4378, base tag causes javascript error in... |
commit | commitdiff | tree | snapshot |
2009-03-23 |
Brandon Aaron | remove trailing spaces |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Brandon Aaron | moving dimension related unit tests to dimensions test... |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Brandon Aaron | decoupling styles retrieval from the attr method |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Brandon Aaron | moving some vars from manipulations.js to attributes.js |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Brandon Aaron | fix for #4399, removing unused variables |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Brandon Aaron | fix for #4189, live/die now work with contexts other... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
John Resig | Added some more information to the unload event cleanup. |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Brandon Aaron | fix for #4115 |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Brandon Aaron | fix for #4263, better support for nested fixed position... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Brandon Aaron | breaking jquery out into smaller modules. added attribu... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Brandon Aaron | fix for #4374, gap in :hidden, :visible logic |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Brandon Aaron | fix for #4204, fadeTo shows hidden elements before... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Brandon Aaron | fix for #4074, pass context to jQuery.clean for jQuery... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Brandon Aaron | fix for #3688, setting type attribute on button causes... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Brandon Aaron | using parseFloat for offset and position methods and... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Brandon Aaron | return null when no matched elements exist for offset... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Brandon Aaron | some clean up in the offset method |
commit | commitdiff | tree | snapshot |
2009-03-17 |
John Resig | Backed out commit [6260], was causing too many problems... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Ariel Flesler | jquery dimensions: removed redundant code |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Ariel Flesler | jquery core: Fixed a typo in a comment, closes #4294. |
commit | commitdiff | tree | snapshot |
2009-02-28 |
John Resig | Removed the objectAll check from jQuery.support, was... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
John Resig | Simplified the structure of the .css() and .attr()... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
John Resig | Moved to a generic solution for copying methods over... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
John Resig | No longer use arguments.callee or RegExp (use new RegEx... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
John Resig | As it turns out, the context was being started at a... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
John Resig | Removed the need for the results set to have array... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
John Resig | Made some changes to how .find() works, inlined the... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
John Resig | Simplified the isXML function, no need to use recursion. |
commit | commitdiff | tree | snapshot |
2009-02-25 |
John Resig | Expose the sort/unique code from Sizzle as Sizzle.uniqu... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
John Resig | Cut down on some more function calls for jQuery(..... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
John Resig | Reduced the number of function calls required for ... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
John Resig | Landed some improvements for improving the performance... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
John Resig | Overhauled the .remove() and .empty() methods to be... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Ariel Flesler | jquery event: Fixing event.currentTarget for live(). |
commit | commitdiff | tree | snapshot |
2009-02-20 |
John Resig | Tagged the Sizzle 1.0 release. |
commit | commitdiff | tree | snapshot |
2009-02-20 |
John Resig | Made sure that .remove now uses multiFilter. Fixes... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
John Resig | Bumping the version up to 1.3.3pre. |
commit | commitdiff | tree | snapshot |
2009-02-19 |
John Resig | Tagging the 1.3.2 release. |
commit | commitdiff | tree | snapshot |
2009-02-19 |
John Resig | Fixed one of the selector tests that was reporting... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
John Resig | Disabled some of the animation tests that were being... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
John Resig | Missed an other search-related test. |
commit | commitdiff | tree | snapshot |
2009-02-18 |
John Resig | Fixed some tests that were changed (fixed!) by fixing... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
John Resig | Made it so that search input elements are now serialize... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
John Resig | Made it so that appendTo, etc. return the inserted... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
John Resig | A speedup for .remove() (which also speeds up .html... |
commit | commitdiff | tree | snapshot |
next |