| Commit message (Expand) | Author | Age | Files | Lines |
* | fix :hidden and :visible selectors. fixes #4512 | Brandon Aaron | 2009-05-18 | 1 | -2/+12 |
* | fix for #4183 | Brandon Aaron | 2009-05-16 | 1 | -4/+1 |
* | 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 |
* | 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 | 1 | -3/+9 |
* | 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 |
* | .bind() now accepts an optional thisObject as the last argument which is used... | Brandon Aaron | 2009-05-07 | 1 | -14/+42 |
* | fix for #4234. hover can take one function to use for both enter and leave. | Brandon Aaron | 2009-05-06 | 1 | -1/+1 |
* | fix for #3286 | Brandon Aaron | 2009-05-06 | 1 | -3/+6 |
* | fix :hidden selector that was accidentally reverted in previous commit, also ... | Brandon Aaron | 2009-05-04 | 1 | -1/+1 |
* | fix memory leak in IE | Brandon Aaron | 2009-05-04 | 1 | -16/+24 |
* | jquery core: $() -> $(document) and $(undefined) -> $([]). Removed a duplicat... | Ariel Flesler | 2009-05-03 | 1 | -7/+1 |
* | make sure toggleClass does not delete classNames when forcefully removing cla... | Brandon Aaron | 2009-05-02 | 1 | -5/+4 |
* | toggleClass can now toggle multiple classNames (space seperated list) and tog... | Brandon Aaron | 2009-05-02 | 1 | -3/+19 |
* | index now works in reverse when passed a selector or undefined. fixes #3971 | Brandon Aaron | 2009-05-02 | 1 | -3/+9 |
* | fix global event triggering that i broke in r6323 | Brandon Aaron | 2009-05-01 | 1 | -4/+4 |
* | 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 | 1 | -2/+2 |
* | refactor specialAll into add and remove hooks for existing special events, li... | Brandon Aaron | 2009-04-30 | 1 | -41/+34 |
* | event clean up | Brandon Aaron | 2009-04-30 | 1 | -147/+200 |
* | .unbind() without any arguments now also unbinds namespaced events. fixes #46... | Brandon Aaron | 2009-04-29 | 1 | -2/+3 |
* | 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 | 1 | -4/+4 |
* | 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 |
* | Unified the formatting of core.js. === or !== are used wherever appropriate, ... | John Resig | 2009-03-31 | 1 | -99/+141 |
* | 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 |
* | decoupling styles retrieval from the attr method | Brandon Aaron | 2009-03-22 | 4 | -173/+224 |
* | moving some vars from manipulations.js to attributes.js | Brandon Aaron | 2009-03-22 | 2 | -5/+5 |
* | fix for #4399, removing unused variables | Brandon Aaron | 2009-03-22 | 1 | -3/+1 |
* | fix for #4189, live/die now work with contexts other than just document | Brandon Aaron | 2009-03-20 | 1 | -2/+2 |
* | Added some more information to the unload event cleanup. | John Resig | 2009-03-19 | 1 | -0/+3 |
* | fix for #4115 | Brandon Aaron | 2009-03-19 | 1 | -4/+3 |
* | fix for #4263, better support for nested fixed position elements | Brandon Aaron | 2009-03-19 | 1 | -1/+6 |
* | breaking jquery out into smaller modules. added attributes.js, manipulation.j... | Brandon Aaron | 2009-03-18 | 4 | -851/+865 |
* | fix for #4374, gap in :hidden, :visible logic | Brandon Aaron | 2009-03-18 | 1 | -1/+1 |