jquery/src
Sean Henderson 29266e00e9 Manipulation: Switch rnoInnerhtml to a version more performant in IE
IE versions greater than 9 do not handle the old regular expression well
with large html content. This is due to the use of a non-capturing group
after a very common html character (<).

Test suite: http://jsfiddle.net/Lwa0t5rp/3/
Microsoft bug: https://connect.microsoft.com/IE/feedback/details/1736512/

(cherry-picked from d4def22e4c)

Fixes gh-2563
Closes gh-2574
2015-09-08 19:35:06 +02:00
..
ajax Build: Update jscs and lint files 2015-09-07 20:14:50 +03:00
attributes Build: Update jscs and lint files 2015-09-07 20:14:50 +03:00
core Build: Update jscs and lint files 2015-09-07 20:14:50 +03:00
css Build: Update jscs and lint files 2015-09-07 20:14:50 +03:00
data Data: Don't expose jQuery.acceptData 2015-09-08 01:32:46 +02:00
effects Effects: Remove additional parameters of easings 2015-09-07 22:15:09 +02:00
event Build: Update jscs and lint files 2015-09-07 20:14:50 +03:00
exports Build: Update jscs and lint files 2015-09-07 20:14:50 +03:00
manipulation Build: Update jscs and lint files 2015-09-07 20:14:50 +03:00
queue Build: Update jscs and lint files 2015-09-07 20:14:50 +03:00
traversing Traversing: Don't expose jQuery.dir & jQuery.sibling 2015-09-08 17:39:28 +02:00
var Build: Update jscs and lint files 2015-09-07 20:14:50 +03:00
.jshintrc Core: Support non-browser environments 2015-08-16 22:29:42 +02:00
ajax.js Ajax: do not quote "throws" option - use dot notation instead 2015-09-07 20:14:59 +03:00
attributes.js Build: Update jscs and lint files 2015-09-07 20:14:50 +03:00
callbacks.js Build: Update jscs and lint files 2015-09-07 20:14:50 +03:00
core.js Core: Remove unnecessary parameter to jQuery#constructor 2015-09-08 02:42:26 +02:00
css.js Build: Update jscs and lint files 2015-09-07 20:14:50 +03:00
data.js Data: Don't expose jQuery.acceptData 2015-09-08 01:32:46 +02:00
deferred.js Build: Update jscs and lint files 2015-09-07 20:14:50 +03:00
deprecated.js Build: Update jscs and lint files 2015-09-07 20:14:50 +03:00
dimensions.js Build: Update jscs and lint files 2015-09-07 20:14:50 +03:00
effects.js Effects: Finish should call progress 2015-09-08 02:42:47 +02:00
event.js Data: Don't expose jQuery.acceptData 2015-09-08 01:32:46 +02:00
intro.js Core: Align code in intro.js with master 2015-05-12 11:57:30 +02:00
jquery.js Build: Update jscs and lint files 2015-09-07 20:14:50 +03:00
manipulation.js Manipulation: Switch rnoInnerhtml to a version more performant in IE 2015-09-08 19:35:06 +02:00
offset.js Build: Update jscs and lint files 2015-09-07 20:14:50 +03:00
outro.js Build: fix tests in AMD mode 2014-12-10 10:18:59 -05:00
queue.js Build: Update jscs and lint files 2015-09-07 20:14:50 +03:00
selector-sizzle.js Build: Update jscs and lint files 2015-09-07 20:14:50 +03:00
selector.js Build: Update jscs and lint files 2015-09-07 20:14:50 +03:00
serialize.js Serialize: Fix object detection 2015-09-08 00:33:09 +02:00
support.js Build: Update jscs and lint files 2015-09-07 20:14:50 +03:00
traversing.js Traversing: Don't expose jQuery.dir & jQuery.sibling 2015-09-08 17:39:28 +02:00
wrap.js Build: Update jscs and lint files 2015-09-07 20:14:50 +03:00