| Commit message (Expand) | Author | Age | Files | Lines |
* | error case for an ajax test | Brandon Aaron | 2009-05-16 | 1 | -2/+6 |
* | fix remove and empty to work properly in IE when an element with the id of le... | Brandon Aaron | 2009-05-16 | 1 | -3/+2 |
* | prevent fx test html from showing in IE | Brandon Aaron | 2009-05-16 | 1 | -1/+1 |
* | unit tests for setting cellspacing, rowspan, and colspan | Brandon Aaron | 2009-05-16 | 1 | -1/+10 |
* | fix for #4397 | Brandon Aaron | 2009-05-16 | 1 | -0/+1 |
* | tidy up fix for #3981, thanks matt kruse | Brandon Aaron | 2009-05-14 | 1 | -9/+3 |
* | opacity is now retrieved from stylesheet in IE. fixes #3981 | Brandon Aaron | 2009-05-14 | 3 | -4/+17 |
* | fix regression in removing live events caused by r6324 | Brandon Aaron | 2009-05-12 | 1 | -2/+14 |
* | jquery event: misc change | Ariel Flesler | 2009-05-10 | 1 | -2/+3 |
* | unused, left-over code from r6344 | Brandon Aaron | 2009-05-07 | 1 | -2/+2 |
* | another unit test for index method | Brandon Aaron | 2009-05-07 | 1 | -1/+2 |
* | .bind() now accepts an optional thisObject as the last argument which is used... | Brandon Aaron | 2009-05-07 | 2 | -15/+74 |
* | fix for #4234. hover can take one function to use for both enter and leave. | Brandon Aaron | 2009-05-06 | 2 | -1/+19 |
* | fix for #3286 | Brandon Aaron | 2009-05-06 | 1 | -3/+6 |
* | unit tests for using jQuery events on non-dom elements. fixes #3439. thanks m... | Brandon Aaron | 2009-05-04 | 1 | -0/+21 |
* | fix :hidden selector that was accidentally reverted in previous commit, also ... | Brandon Aaron | 2009-05-04 | 2 | -2/+3 |
* | fix memory leak in IE | Brandon Aaron | 2009-05-04 | 1 | -16/+24 |
* | testrunner: Updating an orphaned test | Ariel Flesler | 2009-05-03 | 1 | -1/+1 |
* | jquery core: $() -> $(document) and $(undefined) -> $([]). Removed a duplicat... | Ariel Flesler | 2009-05-03 | 2 | -14/+14 |
* | make sure toggleClass does not delete classNames when forcefully removing cla... | Brandon Aaron | 2009-05-02 | 2 | -13/+18 |
* | toggleClass can now toggle multiple classNames (space seperated list) and tog... | Brandon Aaron | 2009-05-02 | 2 | -20/+65 |
* | actually should be 6330, not 6329 | Brandon Aaron | 2009-05-02 | 1 | -1/+1 |
* | index now works in reverse when passed a selector or undefined. fixes #3971 | Brandon Aaron | 2009-05-02 | 2 | -24/+40 |
* | fix global event triggering that i broke in r6323 | Brandon Aaron | 2009-05-01 | 2 | -128/+128 |
* | special event refactor left over code | Brandon Aaron | 2009-05-01 | 1 | -1/+1 |
* | fix for #2620 | Brandon Aaron | 2009-05-01 | 1 | -2/+2 |
* | only copy guid from handler to modifiedHandler if it does not already have one | Brandon Aaron | 2009-05-01 | 1 | -1/+1 |
* | live event handlers now receive data from trigger, fixes #4532, thanks nbubna | Brandon Aaron | 2009-04-30 | 2 | -3/+7 |
* | refactor specialAll into add and remove hooks for existing special events, li... | Brandon Aaron | 2009-04-30 | 2 | -42/+38 |
* | event clean up | Brandon Aaron | 2009-04-30 | 1 | -147/+200 |
* | enable test for binding events cross-frame that was fixed in r6316 | Brandon Aaron | 2009-04-29 | 1 | -9/+5 |
* | .unbind() without any arguments now also unbinds namespaced events. fixes #46... | Brandon Aaron | 2009-04-29 | 2 | -4/+10 |
* | fixing a few more memory leaks in IE | Brandon Aaron | 2009-04-22 | 2 | -1/+4 |
* | offset returns null for window and document elements. fixes #4136 again | Brandon Aaron | 2009-04-22 | 1 | -2/+2 |
* | fix for #4216. css now ignores negative numbers for width and height when pas... | Brandon Aaron | 2009-04-22 | 2 | -5/+11 |
* | fix for #3546. css now works with other windows than just the one it was load... | Brandon Aaron | 2009-04-22 | 1 | -4/+4 |
* | fix for #4268. bind now works with iframe windows. thanks tr4nslator | Brandon Aaron | 2009-04-22 | 1 | -1/+1 |
* | fix for #2911 | Brandon Aaron | 2009-04-22 | 1 | -1/+1 |
* | remove radix param for parseFloat calls | Brandon Aaron | 2009-04-22 | 1 | -11/+11 |
* | width, height, scrollLeft, and scrollTop now work with windows and documents ... | Brandon Aaron | 2009-04-22 | 2 | -17/+27 |
* | clean up offset. #4456 thanks pbcomm | Brandon Aaron | 2009-04-21 | 1 | -19/+17 |
* | actually don't need to null out as much as i thought i did to fix that memory... | Brandon Aaron | 2009-04-21 | 1 | -1/+1 |
* | fixing memory leaks in IE | Brandon Aaron | 2009-04-21 | 1 | -0/+3 |
* | Added explicit module names to the new unit tests. | John Resig | 2009-04-20 | 4 | -3/+11 |
* | Unified the formatting of core.js. === or !== are used wherever appropriate, ... | John Resig | 2009-03-31 | 2 | -100/+142 |
* | fix for #4439, offset.initialize can cause the page to jump | Brandon Aaron | 2009-03-30 | 1 | -4/+2 |
* | fix for #4378, base tag causes javascript error in IE when loading cross-doma... | Brandon Aaron | 2009-03-27 | 1 | -1/+3 |
* | remove trailing spaces | Brandon Aaron | 2009-03-23 | 11 | -77/+77 |
* | moving dimension related unit tests to dimensions test module | Brandon Aaron | 2009-03-22 | 2 | -56/+56 |
* | decoupling styles retrieval from the attr method | Brandon Aaron | 2009-03-22 | 14 | -257/+4177 |