Skip to content Skip to sidebar Skip to footer
Showing posts with the label Internet Explorer 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

Ie11 Textarea Loses Focus If Another Textarea Is Disabled

In this fiddle, using ie11 with open Console, input something into any textarea and then click into… Read more Ie11 Textarea Loses Focus If Another Textarea Is Disabled

Injecting Browser Prefixes For Grid Not Working With Vue

I've blown an afternoon on this already and I'm stumped. I clock that IE11 doesn't supp… Read more Injecting Browser Prefixes For Grid Not Working With Vue

Date.parse Failing In Ie 11 With Nan

When i try to parse a date in IE 11, its throwing me NaN, but in chrome/firefox i get the below tim… Read more Date.parse Failing In Ie 11 With Nan

Ie11 Truncates String In Console

I have a string of maybe 20 or 30 lines i'd like to output to the console all in one console.lo… Read more Ie11 Truncates String In Console

Can You Detect "tablet Mode" In Edge And Ie11 Using Javascript On Windows 10?

I am thinking of making my UI to dynamically change to a more touch-friendly layout when the user s… Read more Can You Detect "tablet Mode" In Edge And Ie11 Using Javascript On Windows 10?