Rick Waldron
|
eb5df5e162
|
2.0: Removes attachEvent paths for jQuery.ready()
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
|
2012-12-26 13:34:36 -05:00 |
|
Dave Methvin
|
861a45b8ff
|
Followup to gh-1089. Avoid duplicate typeof check.
|
2012-12-23 15:57:01 -05:00 |
|
Sebi Burkhard
|
5eec75e582
|
Fix #13075. Optimize $.type by preferring typeof . Close gh-1089.
Also fixes browsers where `typeof RegExp === "function"`.
|
2012-12-23 15:41:56 -05:00 |
|
Sebi Burkhard
|
d829804631
|
Fix #13076. Speed up $() with strings, part of gh-1089.
|
2012-12-23 15:09:10 -05:00 |
|
timmywil
|
05531fc408
|
Adjust jQuery('html') detection to only match when html starts with '<' (not counting space characters). Fixes #11290.
|
2012-12-13 15:31:02 -05:00 |
|
Mike Sherov
|
ef6d8779de
|
Fixes #11938: Adding array getter method to jQuery.fn.css
|
2012-12-11 13:58:14 -05:00 |
|
Oleg
|
d41b983259
|
Fix #10417. setTimeout w/o 2nd arg is jQuery.later! Close gh-1065.
|
2012-12-10 20:51:49 -05:00 |
|
Rick Waldron
|
3c7f2af81d
|
Be specific about Firefox nodes-as-nodelist. Never assume that modern browsers will "get it right".
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
|
2012-12-10 20:19:26 -05:00 |
|
Rick Waldron
|
07a7b3e4cf
|
Fixes #13021. Normalization of core utility array like detection based on standard protocol by Richard Gibson <richard.gibson@gmail.com>. Closes gh-1064
|
2012-12-10 13:52:02 -05:00 |
|
Dave Methvin
|
282c044d64
|
Fix #13013. Move jQuery.buildFragment() to compat plugin.
|
2012-12-06 21:17:27 -05:00 |
|
Paul Ramos
|
13449a99b2
|
Fix #11989. Remove fragment cache, moving to jquery-compat. Close gh-1052.
|
2012-12-04 21:30:37 -05:00 |
|
Richard Gibson
|
0877d424e0
|
Fix #12959: Optimize library-wide patterns
|
2012-11-27 01:59:22 +01:00 |
|
Dave Methvin
|
67df705bf5
|
Fix #12191. jQuery.type should return "error" for Error objects.
|
2012-11-24 17:22:14 -05:00 |
|
Richard Gibson
|
e889134058
|
Fix #11795, #10470: keep scripts in DOM; execute only on first insertion. Close gh-864.
|
2012-11-19 09:50:19 -05:00 |
|
Dave Methvin
|
6b14cef7a8
|
Remove APIs now in jquery-compat
|
2012-11-07 20:12:03 -05:00 |
|
Richard Gibson
|
0ee9415902
|
Restore jQuery.access parameter mistakenly removed in 80d45a69
|
2012-11-06 09:53:00 -05:00 |
|
Richard Gibson
|
80d45a69ea
|
Fix #12840: remove undocumented parameter "pass" from .attr. Close gh-1017.
|
2012-11-05 17:21:24 -05:00 |
|
Oleg
|
f651bf8893
|
Follow-up for .selector property removal
|
2012-11-01 21:31:55 -04:00 |
|
Dave Methvin
|
69e2f068fe
|
Fix #9469. Remove semi-functional .selector property. Close gh-1006.
Saved 65 bytes.
|
2012-10-24 22:36:20 -04:00 |
|
Marcel Greter
|
de9ff7cd17
|
Fix #12107. Let .proxy() curry args without overwriting context. Close gh-866.
|
2012-10-20 22:10:06 -04:00 |
|
Rick Waldron
|
8076a33bd8
|
Don't expose jQuery.deletedIds. Close gh-889.
|
2012-10-20 21:02:21 -04:00 |
|
Richard Gibson
|
b5084b4bf2
|
Fix #4262: faster .eq(), closes gh-1000.
|
2012-10-19 22:32:25 -04:00 |
|
James Huston
|
ee9687d441
|
Fix #12751. Ensure parseJson throws in the same situations as JSON.parse. Close gh-993.
|
2012-10-17 16:28:55 -04:00 |
|
Mike Sherov
|
16d996ba0c
|
no ticket: remove and enforce unused vars in jshint
|
2012-10-17 12:52:12 -04:00 |
|
Dave Methvin
|
1450305402
|
Use the correct escape for BOM; add build code to detect non-ASCII.
|
2012-10-11 10:25:43 -04:00 |
|
Dave Methvin
|
798a7a7ea2
|
Use Uglify's ascii_only to avoid converting UTF-8 escapes.
Thanks @curiousdannii!
|
2012-10-11 09:39:21 -04:00 |
|
Dave Methvin
|
a60fed4dec
|
Fix #12690. Avoid use of UTF-8 chars in final files.
|
2012-10-10 13:00:45 -04:00 |
|
Richard Gibson
|
15b5dbfe23
|
Fix #12229, size/consistency improvements. Close gh-887.
|
2012-09-18 18:04:31 -04:00 |
|
Mike Sherov
|
a9c2a9bf61
|
Scorch the earth and retreat on readyState interactive! Close gh-907.
|
2012-08-23 20:28:22 -04:00 |
|
Richard Gibson
|
9e246dd7fa
|
Fix #12350: jQuery.trim should remove BOM
|
2012-08-21 08:59:51 -04:00 |
|
Dave Methvin
|
ac043b1bc8
|
Revert "Fix #12350. Remove BOM in jQuery.trim. Close gh-897."
This reverts commit 2b5b4ebbd7 .
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
|
2012-08-20 09:33:35 -04:00 |
|
Mike Sherov
|
0f553ed0ca
|
Fix #12282. IE has premature .readyState == "interactive". Close gh-901.
|
2012-08-20 08:16:07 -04:00 |
|
Wesley Walser
|
2b5b4ebbd7
|
Fix #12350. Remove BOM in jQuery.trim. Close gh-897.
|
2012-08-19 22:39:16 -04:00 |
|
Richard Gibson
|
c14a6b385f
|
Clean up regexen; use common regex for numbers. Close gh-862.
|
2012-07-22 22:23:32 -04:00 |
|
Mike Sherov
|
8f01b92b8f
|
Follow the style guide, lose 72 bytes! Closes gh-840.
|
2012-07-09 21:39:22 -04:00 |
|
Mike Sherov
|
f5fd41252e
|
Fix #12018, readyState "interactive" in oldIE lies! Closes gh-848.
|
2012-07-06 10:12:20 -04:00 |
|
Oleg
|
05aff40231
|
Optimization of array operations, closes gh-844.
|
2012-07-06 09:48:52 -04:00 |
|
Mike Sherov
|
7532bd7df5
|
Stop using reserved words as argument names, closes gh-841.
|
2012-07-06 09:09:40 -04:00 |
|
timmywil
|
f71a6ec6cf
|
Add back ID shortcut. It's about 3 times faster than going through jQuery.fn.find and merging.
|
2012-07-02 11:34:26 -04:00 |
|
Dave Methvin
|
672701add1
|
Move jQuery.sub to deprecated.js, because it is.
|
2012-06-29 17:47:59 -07:00 |
|
Mike Sherov
|
a69fbbaa8b
|
stop using reserved words as argument names
|
2012-06-28 21:39:58 -04:00 |
|
Dave Methvin
|
9cbe375a55
|
Fix #10895. Reduce IE poll interval to save CPU time.
|
2012-06-26 09:16:29 -04:00 |
|
Rick Waldron
|
a2758377df
|
Adds src/deprecated.js, test/unit/deprecated.js; -deprecated flag; Moves jQuery.browser and removes use in test/unit/ajax.js. Fixes #11965
|
2012-06-25 10:02:28 -04:00 |
|
timmywil
|
26bdbb806e
|
Do jQuery.trim in less bytes (-5).
|
2012-06-21 15:57:12 -04:00 |
|
timmywil
|
e2497c682f
|
Add parseHTML for explicitly parsing strings into html. Fixes #11617.
|
2012-06-21 15:39:04 -04:00 |
|
Richard Gibson
|
66501469c0
|
Close GH-829: no ticket: smaller jQuery.ready.
|
2012-06-21 13:40:59 -04:00 |
|
timmywil
|
6cdca88eee
|
Restore rhtmlString to its original form. 1.9 will come with starts-with html matching. For now, we are warning against broad use of jQuery() to parse html.
|
2012-06-21 11:38:31 -04:00 |
|
timmywil
|
c20e031058
|
Revert "Adjust jQuery('html') detection to only match when html starts with '<' (counting space characters). Fixes #11290"
This reverts commit 239fc86b01 .
The consensus is that this would change behavior too abruptly. We will warn in 1.8 and do this in 1.9.
|
2012-06-21 11:38:31 -04:00 |
|
timmywil
|
239fc86b01
|
Adjust jQuery('html') detection to only match when html starts with '<' (counting space characters). Fixes #11290
|
2012-06-20 11:19:24 -04:00 |
|
timmywil
|
7692ae419d
|
When detecting html in init, ignore html characters within quotes, brackets, and parens as well as escaped characters which are valid in selectors. Fixes #11290.
|
2012-06-19 11:35:45 -04:00 |
|