Grab the feed

School is a twelve-year jail sentence where bad habits are the only curriculum truly learned.

John Taylor Gatto

Recent comments

A couple ideas

Hi Alexis,

For debugging in Internet Explorer, you might want to check out DebugBar. I just started using it, and it works pretty well. Also, Ajaxian recently reported that version 5 beta has some really nice new features that bring it a step closer to Firebug in terms of functionality.

On the topic of your jQuery problem, one possibility is that you're trying to inject invalid markup with .html(). I noticed this causing problems with a plugin I wrote. For example, inserting something like <div>this is a div with no closing div tag caused IE to churn. The actual html was more complex than that, but the point is that it was an incomplete DOM of sorts. Anyway, I hope this helps you a bit with your troubleshooting.

Cheers.

Add your comment