I have a script that works great in FF and Safari, but does not display properly in IE. There’s gotta be some sort of error somewhere but I can’t seem to be able to find it…
Here’s the URL: http://www.k8r.me/AYXybP
Try dragging boxes from the left pane into the right area in FF or Safari. Compare with IE…
Is there a good tool to help me debug these sort of issues? Did I miss something?
I’d really appreciate another set of eyes taking a look at the source.
Internet Explorer’s Developer Tools (press F12) are a decent debugging tool for these issues. IE9 debugger shows two errors:
One error is here:
fix:
I think the issue may have been the comma after the
buttonsobject. IE is finicky like that.