Well, more than likely it's too much text. Is there any way you could narrow down the location of the string in question? Even if you could split the page in half, it might be okay. Will the string always be in an anchor tag? Or a form action attribute?
Anything you could do to make jQuery have to do less work will be beneficial. andy -----Original Message----- From: Will Tomlinson [mailto:[email protected]] Sent: Thursday, February 18, 2010 8:29 AM To: cf-talk Subject: Re: jquery find/replace on an entire body DOM >Your problem is twofold. > >1) change $(this) to this $('body') (assuming that the text will only >appear within the body tag. > Thanks Andy! I'm having a problem with the page choking on this line: $('body').html(replaced); It literally bogs thr browser down and it just churns away with a blank screen. Weird! Any ideas? Thanks, Will ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330869 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

