aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix whitespace in event.jsColin Snover2010-12-261-26/+26
* | Update CommonJS module registration to check to see if define is a function i...Colin Snover2010-12-291-1/+1
* | Fix for #7865. Scripts onload handler passes event as first parameter so stat...jaubourg2010-12-301-7/+6
* | Don't cache non-html strings in buildFragment to avoid possible collision wit...Dave Methvin2010-12-271-2/+2
* | When a native browser event is bubbling up the DOM, make sure that the correc...Dave Methvin2010-12-271-0/+6
* | Register as a CommonJS async module if in that kind of environment. Fixes #7102.jrburke2010-12-271-0/+5
* | Merge SlexAxton/jquery:master into jquery/jquery:master.Colin Snover2010-12-261-1/+2
|\ \
| * | Changed the expando string to use a random number instead of the time, so col...Alex Sexton2010-12-261-2/+3
* | | Removed unnecessary upper/lowercase, it's all just lowercase now (since $.aja...Ben Alman2010-12-261-2/+2
* | | WETness getting you down? Fear not, the $.get and $.post methods are now 866%...Ben Alman2010-12-261-22/+7
| |/ |/|
* | Fix reliableHiddenOffsets test was not working properly when table cells have...Colin Snover2010-12-261-1/+1
* | Fix fix for #6481 introduced at 7862c45ad2f32096383a21b8b301155787724476 whic...Colin Snover2010-12-221-1/+3
* | Don't use for-in loops on Arrays. Fixes #7817. Thanks to dmethvin.Colin Snover2010-12-222-3/+3
|\ \
| * | Use for loop instead of for/in loop to protect sanctity of Array.prototype. F...Dave Methvin2010-12-211-1/+1
| * | Use a for loop rather than for/in loop when copying events, so that code will...Dave Methvin2010-12-201-5/+5
* | | Code style fixColin Snover2010-12-221-1/+1
* | | More unit tests and a $.hasData that works for JS objects too.Colin Snover2010-12-221-1/+5
* | | Update jQuery.hasData to always return a boolean, with unit tests.Colin Snover2010-12-221-1/+1
* | | Remove code for ticket #7717 which has been marked WONTFIX to match existing ...Colin Snover2010-12-221-1/+1
* | | Fix a potential error in the previous commit caused by the use of a separate ...Colin Snover2010-12-221-5/+9
* | | Fix #7717 and #7165. Thanks to dmethvin and iliakan for their help fixing the...Colin Snover2010-12-192-4/+8
|/ /
* | Address some code style issues in the clone fix.Colin Snover2010-12-161-4/+2
* | Merge branch 'bug_7397' of https://github.com/rwldrn/jquery into rwldrn-bug_7397Colin Snover2010-12-141-2/+2
|\ \
| * | Whitespace correctionrwldrn2010-12-091-1/+1
| * | Whitespace correctionrwldrn2010-12-091-3/+3
| * | Whitespace correctionrwldrn2010-12-091-3/+3
| * | Reorders condition at L65 for efficiencyrwldrn2010-12-091-2/+2
| * | Clean #7397; Removed unnec. var declarationrwldrn2010-11-091-3/+2
| * | Fixes #7397; 4 supporting unit testsrwldrn2010-11-091-5/+6
* | | More specific version numbers.Colin Snover2010-12-121-2/+2
* | | Speed up & compatibility improvements for new clone mechanism in IE.Colin Snover2010-12-121-20/+52
* | | Merge branch 'bug5566' into csnover-bug5566. Fixes #4386, #5566, #6997.Colin Snover2010-12-121-43/+46
|\ \ \
| * | | Fix the clone method to be a little less insane in IE, which fixes the new ev...Colin Snover2010-12-121-25/+31
* | | | Removed bind/unbind from xhr emulation: success/error/complete are deferred n...jaubourg2010-12-111-17/+0
* | | | More variable renaming to avoid conflicts when module closures are removed.jaubourg2010-12-112-5/+5
* | | | Renamed variables to avoid conflicts when Makefile removes internal closures.jaubourg2010-12-102-9/+7
* | | | Fix the closure in ajax.js too.jaubourg2010-12-101-1/+1
* | | | Fixed function closures so that Makefile can do its magic.jaubourg2010-12-104-6/+8
* | | | Removed non-standard (and not that useful) xhr emulation methods & reworked t...jaubourg2010-12-101-17/+2
* | | | Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be fou...jaubourg2010-12-095-448/+1427
* | | | Backing out cec68e2b00d86357c18b576cbaed52cc1ea42a74, was causing serialize t...jeresig2010-12-091-16/+16
* | | | Backing out fb6c038bf00296480234c971a1664ac01ca1479e, was causing jQuery.para...jeresig2010-12-091-6/+0
* | | | Merge branch 'explain-map-concat' of https://github.com/ajpiano/jquery into a...jeresig2010-12-091-0/+1
|\ \ \ \
| * | | | Add a comment explaining that jQuery.map flattens arraysadam j. sontag2010-11-271-0/+1
* | | | | Merge branch 'bug5566' of https://github.com/csnover/jquery into csnover-bug5566jeresig2010-12-091-16/+16
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Clone fragments in domManip using jQuery.clone instead of DocumentFragment.cl...Colin Snover2010-12-061-1/+1
| * | | | Clean up empty lines with whitespace in manipulation.jsColin Snover2010-12-061-15/+15
* | | | | Merge branch 'attrFollowupFix' of https://github.com/jitter/jquery into jitte...jeresig2010-12-091-2/+2
|\ \ \ \ \
| * | | | | Fix attr() problems in IE with attribute nodes. Followup to commit b50f41a2.Anton M2010-12-071-2/+2
* | | | | | Merge branch 'rfxnum' of https://github.com/lrbabe/jquery into lrbabe-rfxnumjeresig2010-12-091-1/+1
|\ \ \ \ \ \