From 5b84c7c45c8c3c5e7c9a17239cd658b0c87ab892 Mon Sep 17 00:00:00 2001 From: John Resig Date: Sat, 11 Jul 2009 15:23:18 +0000 Subject: [PATCH 1/1] IE doesn't seem to like caching fragments that have options in them. Ticket #4883. --- src/manipulation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manipulation.js b/src/manipulation.js index b026672..233cb82 100644 --- a/src/manipulation.js +++ b/src/manipulation.js @@ -140,7 +140,7 @@ jQuery.fn.extend({ var fragment, scripts, cacheable, cached, cacheresults, first; if ( this[0] ) { - if ( args.length === 1 && typeof args[0] === "string" && args[0].length < 512 ) { + if ( args.length === 1 && typeof args[0] === "string" && args[0].length < 512 && args[0].indexOf("