| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
|
|\ \ |
|
| | |
| | |
| | |
| | | |
won't interpret it the wrong way; fixes #4855.
|
| | | |
|
|/ /
| |
| |
| | |
settings as context for backcompat with jQuery <1.3. Fixes #6727.
|
|/ |
|
|
|
|
| |
f9f9ee52e16f37900296e06982a7dccba89c5a78 for the catch.
|
| |
|
|
|
|
| |
http://jmrware.com/articles/2010/jqueryregex/jQueryRegexes.html Additionally broke out all remaining inline RegExp. Fixes #7062.
|
|
|
|
| |
good solution here. Fixes #6060.
|
|
|
|
| |
Fixes #6060.
|
|
|
|
| |
#7030.
|
|
|
|
| |
separately AND jQuery.noConflict(true) is used. Fixes #7011.
|
| |
|
| |
|
| |
|
|
|
|
| |
suite (but you'll still need a checkout of QUnit and Sizzle, at least).
|
|
|
|
| |
object for backwards compatibility.
|
| |
|
| |
|
| |
|
|
|
|
| |
Lorin Larson for the JSLint run).
|
|
|
|
| |
just stop bubbling and the default action on an element. Fixes #6188.
|
| |
|
| |
|
|
|
|
| |
style. Fixes #6041.
|
| |
|
|
|
|
| |
Fixes #5924.
|
|
|
|
| |
jQuery.param(). Fixes #5862.
|
|
|
|
| |
from being thrown in Firefox. Fixes #5923.
|
|
|
|
| |
firing. Fixes #5922.
|
| |
|
| |
|
|
|
|
| |
if none is specified. Fixes #5838.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
ajaxStop isn't called twice.
|
|
|
|
| |
the abort method itself.
|
| |
|
|
|
|
| |
Function (this helps to create uniformity between browser implementations of JSON.parse - like where Chrome allows some malformed strings. Thanks to DBJDBJ for the heads-up.
|
| |
|
|
|
|
| |
from a server (so that the Ajax error handler is called). Makes it uniform across browsers that do and don't have JSON.parse support.
|
|
|
|
| |
use it, otherwise security will suffer.
|
|
|
|
| |
splitting the function based upon the functionality.
|
| |
|
|
|
|
| |
XML). Fixes #5709.
|
|
|
|
| |
technique otherwise. This allows us to also handle cases where the JSON parser is unable to parse JSON-like strings correctly (e.g. {foo:bar}) which is something that worked before but would stop working with the switch to the new parser.
|
|
|
|
| |
Fixes #2849.
|