Skip to content Skip to sidebar Skip to footer
Showing posts with the label Internet Explorer 9

Script5039: Redeclaration Of Const Property Using Ie9

I am optimizing my website across IE browsers. Everything works fine except for IE9. I have a funct… Read more Script5039: Redeclaration Of Const Property Using Ie9

Why Ie 9 Not Supporting Javascript Function?

I'm trying to make a function for checking file size and extension on run time, I have done it … Read more Why Ie 9 Not Supporting Javascript Function?

Script438: Object Doesn't Support Property Or Method 'keys' For Ie

I found strange for the following code: var allextRules = Ext.util.CSS.getRules(); Object.keys(all… Read more Script438: Object Doesn't Support Property Or Method 'keys' For Ie

Console Is Undefined Error In Ie9

I have a graphics page which shows SVG graphics. I am using Raphael graphics framework. The page di… Read more Console Is Undefined Error In Ie9

Javascript Ie 9: Custom Sort Function

In IE 9, if I type this in the console: [1, 4, 2, 3].sort(function (a, b) { return a Solution 1: M… Read more Javascript Ie 9: Custom Sort Function

Internet Explorer Weirdness - Function Item() { [native Code] } - What Does It Do?

See image: Similar question on Microsoft website: http://connect.microsoft.com/IE/feedback/details… Read more Internet Explorer Weirdness - Function Item() { [native Code] } - What Does It Do?