aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Perf. improvement based on fearphage's suggestion (direct vs call vs apply).Gianni Chiappetta2010-12-181-1/+5
* Added list of browsers that currently support Function#bind.Gianni Chiappetta2010-12-161-1/+2
* Add a quick test to $.support for native bind.Gianni Chiappetta2010-12-152-1/+4
* Fixing $.proxy to work like (and use) Function.prototype.bind (ticket #7783)Gianni Chiappetta2010-12-142-36/+57
* 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
|\ \ \ \
| * | | | Precising the unit part of rfxnum regexlouisremi2010-12-091-1/+1
| |/ / /
* | | | Merge branch 'bug_7413' of https://github.com/rwldrn/jquery into rwldrn-bug_7413jeresig2010-12-091-0/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Fixes #7413; isEmptyObject() check to see if obj passes isPlainObjectrwldrn2010-11-091-0/+6
* | | | Merge branch 'bug7524' of https://github.com/csnover/jquery into csnover-bug7524John Resig2010-12-061-7/+9
|\ \ \ \
| * | | | Only try to get data attributes for a jQuery-wrapped object if it is actually...Colin Snover2010-12-031-7/+9
| | |/ / | |/| |
* | | | Merge branch 'bug6242' of https://github.com/csnover/jquery into csnover-bug6242John Resig2010-12-061-6/+13
|\ \ \ \
| * | | | Fix memory leaks in IE caused by the custom abort function of $.ajax. Fixes b...Colin Snover2010-12-031-6/+13
| |/ / /
* | | | Merge branch 'bug7531' of https://github.com/csnover/jquery into csnover-bug7531John Resig2010-12-061-1/+4
|\ \ \ \
| * | | | Optimize for size instead of speed.Colin Snover2010-11-171-1/+1
| * | | | Coerce s.url to string before calling replace, since replace is also a method...Colin Snover2010-11-171-1/+4
| |/ / /
* | | | Merge branch 't6398' of https://github.com/jitter/jquery into jitter-t6398John Resig2010-12-061-1/+1
|\ \ \ \
| * | | | Make sure custom events named "submit" can be bound to non DOM elements in IE...Anton M2010-11-211-1/+1
| |/ / /
* | | | Merge branch 't4386' of https://github.com/jitter/jquery into jitter-t4386John Resig2010-12-061-1/+4
|\ \ \ \
| * | | | Make sure IE clones body elements correctly. Fixes 4386.Anton M2010-11-211-1/+4
| |/ / /
* | | | Merge branch 't7578' of https://github.com/jitter/jquery into jitter-t7578John Resig2010-12-061-1/+1
|\ \ \ \
| * | | | Set cache to false as default for script or json requests. Fixes 7578.Anton M2010-11-191-1/+1
| |/ / /
* | | | Merge branch 't5476' of https://github.com/jitter/jquery into jitter-t5476John Resig2010-12-061-1/+1
|\ \ \ \
| * | | | Improve performance of get() for negative indices. Fixes #5476.Anton M2010-11-191-1/+1
| |/ / /
* | | | Merge branch 'restrictAttr' of https://github.com/jitter/jquery into jitter-r...John Resig2010-12-061-64/+71
|\ \ \ \
| * | | | Make sure attr() works on non DOM element nodes. Fixes #7202, #7451, #7500.Anton M2010-11-131-1/+6
| * | | | Partially revert commit a64dc0405064d68c7b7cd0f0fc8ea60086cbcd21.Anton M2010-11-101-64/+66
| | |/ / | |/| |
* | | | Merge branch 't7673' of https://github.com/jitter/jquery into jitter-t7673John Resig2010-12-061-1/+1
|\ \ \ \
| * | | | Handle carriage return characters in className property. Fixes #7673.Anton M2010-12-011-1/+1
| | |/ / | |/| |
* / | | Fix for #6911 - prevent disabled elements in liveHandlerdanheberden2010-11-211-2/+2
|/ / /
* | | Backing out commit 795e880bba1f7f949df58748f7fd92e50296a8f4 - errors popping ...jeresig2010-11-091-4/+4