aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Followup to #8753. Modify new Event constructor signature to jQuery.event(typ...Dave Methvin2011-04-121-15/+9
* Merge branch 'fix-8790-quick-trigger'Dave Methvin2011-04-121-4/+5
|\
| * Explicitly set event.type in case we chopped out a namespace or exclusive flag.Dave Methvin2011-04-121-0/+1
| * Use explicit "new jQuery.Event" to avoid double-function-call overhead.Dave Methvin2011-04-121-3/+3
* | Accessing the 'type' property on VML elements fails on IE. Fixes #7071.John Firebaugh2011-04-121-2/+2
* | Merge branch 'master' of https://github.com/rjgotten/jquery into rjgotten-mas...John Resig2011-04-121-1/+6
|\ \
| * | Check against the type attribute of script elements retrieved through getElem...rjgotten2010-10-171-16/+18
* | | Merge branch 'master' of https://github.com/jclain/jquery into jclain-masterJohn Resig2011-04-121-2/+4
|\ \ \
| * | | fix to follow current source styleJephte CLAIN2010-11-221-1/+3
| * | | Return control of $ and jQuery only if it is really necessary. This makeJephte CLAIN2010-10-191-2/+2
* | | | Merge branch 'bug_7931' of https://github.com/Xavi-/jquery into Xavi--bug_7931John Resig2011-04-121-20/+22
|\ \ \ \
| * | | | Bug 7931; cleaned up white space in accordance to style guideXavi2011-01-181-8/+7
| * | | | Merge branch 'master' of git://github.com/jquery/jquery into bug_7931Xavi2011-01-1814-381/+609
| |\ \ \ \
| * | | | | Bug 7931; Inverted logic in scrollTop/Left (i.e. madeXavi2011-01-091-25/+25
| * | | | | Bug 7931; Added missing semicolon and replaced '!=' with '!==' to allow null ...Xavi2011-01-091-2/+2
| * | | | | Bug 7931; Fixed bug that caused scrollTop and scrollLeft setters to return nu...Xavi2011-01-091-14/+14
* | | | | | 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
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | |