aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix :hidden and :visible selectors. fixes #4512Brandon Aaron2009-05-181-2/+12
* fix for #4183Brandon Aaron2009-05-161-4/+1
* fix remove and empty to work properly in IE when an element with the id of le...Brandon Aaron2009-05-161-3/+2
* fix for #4397Brandon Aaron2009-05-161-0/+1
* tidy up fix for #3981, thanks matt kruseBrandon Aaron2009-05-141-9/+3
* opacity is now retrieved from stylesheet in IE. fixes #3981Brandon Aaron2009-05-141-3/+9
* fix regression in removing live events caused by r6324Brandon Aaron2009-05-121-2/+14
* jquery event: misc changeAriel Flesler2009-05-101-2/+3
* unused, left-over code from r6344Brandon Aaron2009-05-071-2/+2
* .bind() now accepts an optional thisObject as the last argument which is used...Brandon Aaron2009-05-071-14/+42
* fix for #4234. hover can take one function to use for both enter and leave.Brandon Aaron2009-05-061-1/+1
* fix for #3286Brandon Aaron2009-05-061-3/+6
* fix :hidden selector that was accidentally reverted in previous commit, also ...Brandon Aaron2009-05-041-1/+1
* fix memory leak in IEBrandon Aaron2009-05-041-16/+24
* jquery core: $() -> $(document) and $(undefined) -> $([]). Removed a duplicat...Ariel Flesler2009-05-031-7/+1
* make sure toggleClass does not delete classNames when forcefully removing cla...Brandon Aaron2009-05-021-5/+4
* toggleClass can now toggle multiple classNames (space seperated list) and tog...Brandon Aaron2009-05-021-3/+19
* index now works in reverse when passed a selector or undefined. fixes #3971Brandon Aaron2009-05-021-3/+9
* fix global event triggering that i broke in r6323Brandon Aaron2009-05-011-4/+4
* special event refactor left over codeBrandon Aaron2009-05-011-1/+1
* fix for #2620Brandon Aaron2009-05-011-2/+2
* only copy guid from handler to modifiedHandler if it does not already have oneBrandon Aaron2009-05-011-1/+1
* live event handlers now receive data from trigger, fixes #4532, thanks nbubnaBrandon Aaron2009-04-301-2/+2
* refactor specialAll into add and remove hooks for existing special events, li...Brandon Aaron2009-04-301-41/+34
* event clean upBrandon Aaron2009-04-301-147/+200
* .unbind() without any arguments now also unbinds namespaced events. fixes #46...Brandon Aaron2009-04-291-2/+3
* fixing a few more memory leaks in IEBrandon Aaron2009-04-222-1/+4
* offset returns null for window and document elements. fixes #4136 againBrandon Aaron2009-04-221-2/+2
* fix for #4216. css now ignores negative numbers for width and height when pas...Brandon Aaron2009-04-221-4/+4
* fix for #3546. css now works with other windows than just the one it was load...Brandon Aaron2009-04-221-4/+4
* fix for #4268. bind now works with iframe windows. thanks tr4nslatorBrandon Aaron2009-04-221-1/+1
* fix for #2911Brandon Aaron2009-04-221-1/+1
* remove radix param for parseFloat callsBrandon Aaron2009-04-221-11/+11
* width, height, scrollLeft, and scrollTop now work with windows and documents ...Brandon Aaron2009-04-222-17/+27
* clean up offset. #4456 thanks pbcommBrandon Aaron2009-04-211-19/+17
* actually don't need to null out as much as i thought i did to fix that memory...Brandon Aaron2009-04-211-1/+1
* fixing memory leaks in IEBrandon Aaron2009-04-211-0/+3
* Unified the formatting of core.js. === or !== are used wherever appropriate, ...John Resig2009-03-311-99/+141
* fix for #4439, offset.initialize can cause the page to jumpBrandon Aaron2009-03-301-4/+2
* fix for #4378, base tag causes javascript error in IE when loading cross-doma...Brandon Aaron2009-03-271-1/+3
* remove trailing spacesBrandon Aaron2009-03-2311-77/+77
* decoupling styles retrieval from the attr methodBrandon Aaron2009-03-224-173/+224
* moving some vars from manipulations.js to attributes.jsBrandon Aaron2009-03-222-5/+5
* fix for #4399, removing unused variablesBrandon Aaron2009-03-221-3/+1
* fix for #4189, live/die now work with contexts other than just documentBrandon Aaron2009-03-201-2/+2
* Added some more information to the unload event cleanup.John Resig2009-03-191-0/+3
* fix for #4115Brandon Aaron2009-03-191-4/+3
* fix for #4263, better support for nested fixed position elementsBrandon Aaron2009-03-191-1/+6
* breaking jquery out into smaller modules. added attributes.js, manipulation.j...Brandon Aaron2009-03-184-851/+865
* fix for #4374, gap in :hidden, :visible logicBrandon Aaron2009-03-181-1/+1