aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'Sub_Naming' of https://github.com/timmywil/jquery into timmywil...John Resig2011-04-123-24/+24
|\
| * Changed $.sub internals to match sub naming, added some more spacing in some ...Timmy Willison2011-02-063-29/+27
* | More formatting tweaks.John Resig2011-04-121-2/+2
* | Fixing some minor formatting problems.John Resig2011-04-121-1/+3
* | Merge branch 'fix-8790-quick-trigger' of https://github.com/dmethvin/jquery i...John Resig2011-04-121-15/+31
|\ \
| * \ Merge branch 'master' of github.com:jquery/jquery into fix-8790-quick-triggerDave Methvin2011-04-111-0/+8
| |\ \
| * | | Shave some time off array setup in trigger/handleDave Methvin2011-04-111-2/+2
| * | | Merge branch 'master' of github.com:jquery/jquery into fix-8790-quick-triggerDave Methvin2011-04-111-1/+4
| |\ \ \
| * | | | Move initialization of event until we determine if anyone wants it.Dave Methvin2011-04-111-15/+18
| * | | | Merge branch 'master' of github.com:jquery/jquery into fix-8790-quick-triggerDave Methvin2011-04-1014-459/+783
| |\ \ \ \
| * | | | | Allow specific custom events to exit trigger early if there are no handlers b...Dave Methvin2011-04-061-2/+15
* | | | | | resolve more conflictslouisremi2011-04-121-4/+0
* | | | | | merge with master and resolve more conflictslouisremi2011-04-129-68/+132
|\ \ \ \ \ \
| * | | | | | Some minor code cleanup.jeresig2011-04-121-5/+5
| * | | | | | Merge branch 'fix_8402' of https://github.com/lrbabe/jquery into lrbabe-fix_8402jeresig2011-04-121-6/+12
| |\ \ \ \ \ \
| | * | | | | | replace cssPropsAware branchlouisremi2011-04-111-6/+12
| | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'fix_8403' of https://github.com/lrbabe/jquery into lrbabe-fix_8403jeresig2011-04-121-3/+4
| |\ \ \ \ \ \
| | * | | | | | double quotes, againlouisremi2011-04-111-1/+1
| | * | | | | | fixing both #8403 and #8401: jQuery \"bulldozes\" other IE filters when setti...louisremi2011-03-011-3/+4
| * | | | | | | Removing un-needed frameElement check as discussed in #8018. Fixes #8108.jeresig2011-04-121-11/+0
| * | | | | | | Merge branch 'master' of https://github.com/inukshuk/jquery into inukshuk-masterjeresig2011-04-121-3/+5
| |\ \ \ \ \ \ \
| | * | | | | | | Use parseFloat instead of parseInt to read CSS values.Sylvester Keil2011-01-151-3/+5
| * | | | | | | | Merge branch 'bug_4366' of https://github.com/jboesch/jquery into jboesch-bug...jeresig2011-04-121-2/+5
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Bug 4366; removing extra spaceJordan Boesch2011-03-301-1/+1
| | * | | | | | | | Bug 4366; fixing $.each(document.styleSheets) from throwing errors in IEJordan Boesch2011-03-301-2/+5
| * | | | | | | | | Merge branch 'attr_remove_list_check' of https://github.com/timmywil/jquery i...jeresig2011-04-121-1/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | retrieving list with getAttribute is fine, no need to add list here anymoretimmywil2011-04-111-1/+1
| * | | | | | | | | | Fixes unit/css.js test fail in Safari 5. support.js test was passing erroneou...timmywil2011-04-111-3/+6
| |/ / / / / / / / /
| * | | | | | | | | Bug fixes in queue.js: type in dequeue could be undefined which lead to a wro...jaubourg2011-04-121-12/+7
| * | | | | | | | | Merge branch 'master' of github.com:jquery/jqueryjaubourg2011-04-122-5/+21
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch '2773_firefox_opera_fix' of https://github.com/timmywil/jquery i...jeresig2011-04-111-3/+8
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
| | | * | | | | | | | Run order problem when running full test suite in Opera 11, removed failing t...timmywil2011-04-111-2/+2
| | | * | | | | | | | Fix unit tests in firefox 4 and opera 11, passing null or undefined to indexO...timmywil2011-04-111-1/+6
| | | | |_|_|/ / / / | | | |/| | | | | |
| | * | | | | | | | Merge branch '8777' of https://github.com/rwldrn/jquery into rwldrn-8777jeresig2011-04-111-0/+8
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| | | * | | | | | | Ticket #8777 undelegate by namespacerwldrn2011-04-051-2/+11
| | * | | | | | | | Ticket #8753 Always set event type explicitlyRick Waldon2011-04-111-2/+5
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge branch 'master' of github.com:jquery/jqueryjaubourg2011-04-119-256/+511
| |\| | | | | | |
| * | | | | | | | Adds _mark and _unmark as a mean to keep track of ongoing non-queued animatio...jaubourg2011-04-112-32/+77
* | | | | | | | | second batchlouisremi2011-04-111-1/+1
* | | | | | | | | first batchlouisremi2011-04-111-2/+2
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge branch '8101_lrbabe_requestAnimationFrame' of https://github.com/timmyw...jeresig2011-04-101-3/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | Separate raf function definition from passing it to requestAnimationFrametimmywil2011-04-102-3/+5
| * | | | | | | | Per rwaldron's request, added oRequestAnimationFrame as a possibilitytimmywil2011-04-051-1/+3
| * | | | | | | | Some adjustments and style edits on lrbabe's pull for requestAnimationFrametimmywil2011-04-042-17/+13
| * | | | | | | | shorten requestAnimationFrame testlouisremi2011-04-041-6/+6
| * | | | | | | | first tick should not occur immediatly; no tick should happen after a stop()louisremi2011-04-041-8/+7
| * | | | | | | | reduce impact of requestAnimationFrame on incompatible browsers by minimizing...louisremi2011-04-041-5/+11
| * | | | | | | | there was no way to 'manually' stop an animationlouisremi2011-04-041-1/+1
| * | | | | | | | timerId has to be set to true, to avoid starting multiple animation queueslouisremi2011-04-041-3/+3
| * | | | | | | | 'this' is the windowlouisremi2011-04-041-1/+1