2. F12>Console
2. irrelevant.
$('#entity').click(function() { alert('clicked') };It would respond to the one click only then stop responding, unlike all other browsers which displayed the alert every time it was clicked. I was only able to fix this for IE by applying an inline <div id="entity" onclick="myFunction();">.
IE and jQuery are each the most frequently used of their kind; they work together. The issue was thus something else - perhaps a JS error (guess where they show up), or a conflict with some other JS (guess where you can see all other scripts on a page), maybe a quirks mode issue (guess where you can enforce standards compliance), though my current leaning is more towards PEBKAC.
they work together
Except when they don't.
Or maybe it's just an IE problem, since it only affects IE.
If I had written it, it would've taken 3 minutes, worked with every browser, and smelt like a summer day in Tuscany.
• If all you want to do is whine about how useless you are at debugging trivial JS issues, use Ranter's Corner.
• If you want to receive advice on how you can stop being useless, post in Coding. It's not like these folder things are new technology or anything...