aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* error case for an ajax testBrandon Aaron2009-05-161-2/+6
* fix remove and empty to work properly in IE when an element with the id of le...Brandon Aaron2009-05-161-3/+2
* prevent fx test html from showing in IEBrandon Aaron2009-05-161-1/+1
* unit tests for setting cellspacing, rowspan, and colspanBrandon Aaron2009-05-161-1/+10
* 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-143-4/+17
* 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
* another unit test for index methodBrandon Aaron2009-05-071-1/+2
* .bind() now accepts an optional thisObject as the last argument which is used...Brandon Aaron2009-05-072-15/+74
* fix for #4234. hover can take one function to use for both enter and leave.Brandon Aaron2009-05-062-1/+19
* fix for #3286Brandon Aaron2009-05-061-3/+6
* unit tests for using jQuery events on non-dom elements. fixes #3439. thanks m...Brandon Aaron2009-05-041-0/+21
* fix :hidden selector that was accidentally reverted in previous commit, also ...Brandon Aaron2009-05-042-2/+3
* fix memory leak in IEBrandon Aaron2009-05-041-16/+24
* testrunner: Updating an orphaned testAriel Flesler2009-05-031-1/+1
* jquery core: $() -> $(document) and $(undefined) -> $([]). Removed a duplicat...Ariel Flesler2009-05-032-14/+14
* make sure toggleClass does not delete classNames when forcefully removing cla...Brandon Aaron2009-05-022-13/+18
* toggleClass can now toggle multiple classNames (space seperated list) and tog...Brandon Aaron2009-05-022-20/+65
* actually should be 6330, not 6329Brandon Aaron2009-05-021-1/+1
* index now works in reverse when passed a selector or undefined. fixes #3971Brandon Aaron2009-05-022-24/+40
* fix global event triggering that i broke in r6323Brandon Aaron2009-05-012-128/+128
* 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-302-3/+7
* refactor specialAll into add and remove hooks for existing special events, li...Brandon Aaron2009-04-302-42/+38
* event clean upBrandon Aaron2009-04-301-147/+200
* enable test for binding events cross-frame that was fixed in r6316Brandon Aaron2009-04-291-9/+5
* .unbind() without any arguments now also unbinds namespaced events. fixes #46...Brandon Aaron2009-04-292-4/+10
* 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-222-5/+11
* 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
* Added explicit module names to the new unit tests.John Resig2009-04-204-3/+11
* Unified the formatting of core.js. === or !== are used wherever appropriate, ...John Resig2009-03-312-100/+142
* 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
* moving dimension related unit tests to dimensions test moduleBrandon Aaron2009-03-222-56/+56
* decoupling styles retrieval from the attr methodBrandon Aaron2009-03-2214-257/+4177