Top "Internet-explorer" questions

A web browser developed by Microsoft and included with Windows.

.trim() in JavaScript not working in IE

I tried to apply .trim() to a string in one of my JavaScript programs. It's working fine under Mozilla, but …

javascript internet-explorer trim
How to detect IE11?

When I want to detect IE I use this code: function getInternetExplorerVersion() { var rv = -1; if (navigator.appName == 'Microsoft Internet …

internet-explorer debugging internet-explorer-11 browser-detection forward-compatibility
Tools to selectively Copy HTML+CSS+JS From A Specific Element of DOM

Like most web developers, I occasionally like to look at the source of websites to see how their markup is …

html css internet-explorer firebug google-chrome-devtools
How can I prevent the backspace key from navigating back?

On IE I can do this with the (terribly non-standard, but working) jQuery if ($.browser.msie) $(document).keydown(function(e) { …

javascript jquery internet-explorer firefox cross-browser
Online Internet Explorer Simulators

(Tried to find simular questions / duplicates, failed) I develop on a mac. I love my mac. I develop using Chrome, …

internet-explorer internet-explorer-8 internet-explorer-6 internet-explorer-7 cross-browser
event.preventDefault() function not working in IE

Following is my JavaScript (mootools) code: $('orderNowForm').addEvent('submit', function (event) { event.preventDefault(); allFilled = false; $$(".required").each(function (inp) { if (…

javascript internet-explorer events mootools preventdefault
Visual Studio opens the default browser instead of Internet Explorer

When I debug in Visual Studio, Firefox opens and that is annoying because of the hookups that Internet Explorer and …

visual-studio internet-explorer
How can I use console logging in Internet Explorer?

Is there a console logger for IE? I'm trying to log a bunch of tests/assertions to the console but …

javascript internet-explorer internet-explorer-8 console firebug
How to set IE11 Document mode to edge as default?

I have Internet Explorer installed on my computer but needed to test compatibility mode of IE 7. After changing the document …

internet-explorer compatibility internet-explorer-11 ie-developer-tools