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

Angularjs Dynamic Download From Response

I have written a directive based on Scott's answer. You'd use it like so: Solution 1: Prob… Read more Angularjs Dynamic Download From Response

Object Doesn't Support Property Or Method 'findindex' Ie11 Javascript Issue

I have an AngularJS application that is giving me some issues in Internet Explorer 11 - In my admin… Read more Object Doesn't Support Property Or Method 'findindex' Ie11 Javascript Issue

Menu In Wp Doesnt Show In Ie-11

I have the next site: id.factor.ua If you open it in IE-11, you cannot see sub-menu in header. Pl… Read more Menu In Wp Doesnt Show In Ie-11

Strange Behaviour With Spliting A String In Javascript

I am trying to do something relatively simple. I have a date in this format dd/MM/yyyy eg: var newD… Read more Strange Behaviour With Spliting A String In Javascript

Why Notification Message Is Not Working In Ie11

I am trying to show a notification message in IE11, But not working. Any other method is there for … Read more Why Notification Message Is Not Working In Ie11

$(item).load() Script Breaking (only In Ie11), Works In Developer Tools

I have function that looks like this: function foo(item) { var url = $(item).attr('data-url… Read more $(item).load() Script Breaking (only In Ie11), Works In Developer Tools

Ie11 Fails With "netscape Is Not Supported Please Used Internet Explorer" Error When Launch By Selenium

I have a quite old website to be maintained, supports IE8 and above. Now I've a plan to do some… Read more Ie11 Fails With "netscape Is Not Supported Please Used Internet Explorer" Error When Launch By Selenium

Fetch Polyfill In React Not Completely Working In Ie 11

This fetch works fine in Chrome: fetch( this.props.url, {credentials:'same-origin'}) .t… Read more Fetch Polyfill In React Not Completely Working In Ie 11