| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
|
| |
|
|
|
|
| |
Also fixes browsers where `typeof RegExp === "function"`.
|
| |
|
|
|
|
| |
counting space characters). Fixes #11290.
|
| |
|
| |
|
|
|
|
|
|
| |
browsers will "get it right".
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
|
|
|
|
| |
standard protocol by Richard Gibson <richard.gibson@gmail.com>. Closes gh-1064
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Close gh-864.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Saved 65 bytes.
|
| |
|
| |
|
| |
|
|
|
|
| |
Close gh-993.
|
| |
|
| |
|
|
|
|
| |
Thanks @curiousdannii!
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
This reverts commit 2b5b4ebbd78ce10cbbe2a6f057feea615fc69629.
String.prototype.trim doesn't trim BOM in Safari 5.0 so this won't work without additional feature detects.
http://swarm.jquery.org/result/165379
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
| |
| |
| |
| | |
jQuery.fn.find and merging.
|
|/ |
|
| |
|
|
|
|
| |
jQuery.browser and removes use in test/unit/ajax.js. Fixes #11965
|
| |
|
| |
|
| |
|
|
|
|
| |
html matching. For now, we are warning against broad use of jQuery() to parse html.
|
|
|
|
|
|
|
|
| |
'<' (counting space characters). Fixes #11290"
This reverts commit 239fc86b01d52fd9df6d1963027ed37b4f6251fc.
The consensus is that this would change behavior too abruptly. We will warn in 1.8 and do this in 1.9.
|
|
|
|
| |
(counting space characters). Fixes #11290
|
|
|
|
| |
and parens as well as escaped characters which are valid in selectors. Fixes #11290.
|