<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>jQuery - Tag - Joel Beckham</title><link>http://example.org/tags/jquery/</link><description>jQuery - Tag - Joel Beckham</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Wed, 21 Sep 2011 00:00:00 +0000</lastBuildDate><atom:link href="http://example.org/tags/jquery/" rel="self" type="application/rss+xml"/><item><title>jQuery DataTables causing slow script errors in Internet Explorer</title><link>http://example.org/posts/2011/2011-09-21-jquery-datatables-causing-slow-script-errors-in-internet-explorer/</link><pubDate>Wed, 21 Sep 2011 00:00:00 +0000</pubDate><author>jbeckham</author><guid>http://example.org/posts/2011/2011-09-21-jquery-datatables-causing-slow-script-errors-in-internet-explorer/</guid><description>One of my pages gets a &amp;quot;Stop running this script? A script on this page is causing Internet Explorer to run slowly. If it continues to run, your computer might become unresponsive.&amp;quot;
Running the page through Speed Tracer in Chrome shows this:
DOMContentLoaded looks like it might be the problem. Drilling down into reveals that there are hundreds of DOM insertions and HTML parses:
here is a lot of javascript on this page, but I suspect it might be the jQuery DataTables plugin.</description></item></channel></rss>