Skip to main content

All Questions

0 votes
0 answers
344 views

IE11: script7002 XMLHttpRequest network error 0x2efd could not complete the operation due to error 00002efd

My web application is running in a WebLogic application server in https mode. I am trying to call a Spring boot application converted to exe file on the client machine using a jQuery AJAX request to ...
Mr. GEMY's user avatar
0 votes
1 answer
216 views

jQuery - On appending child node using append()- appended xml tags are converted to lowercase in Internet Explorer 11

Problem statement: I'm trying to append a child node to a parent XML node using append() using jQuery in IE browser. On trying, I found that append() wouldn't add any elements into the XML node and ...
curiousCat's user avatar
-1 votes
1 answer
83 views

How to modify arrow function to work in IE11

I have learned that arrow functions do not work in IE11. So my code below is throwing a syntax error in IE11. However, I'm having difficulty modifying it to a normal function. Here's the problem line ...
LBF's user avatar
  • 1,177
0 votes
0 answers
85 views

IE 11 Toggle hide and show jquery Issue

Apologies if this has been asked before. I have have this hide and show tab here https://codepen.io/tpuro/pen/gOmJwyo $(document).ready(function() { $('.nav-tabs > li > a')....
TPur's user avatar
  • 1
0 votes
0 answers
70 views

IE11 - AJAX Request getting cancelled automatically(it's intermittent and not happening always)

Getting below exception when i try to perform ajax call. SCRIPT7002: XMLHttpRequest: Network Error 0x80070005, Access is denied SEC7120: Orgin https://[ABC].com not found in Access-Control-Allow-...
Kumaresan Ramesh G's user avatar
0 votes
2 answers
1k views

Prevent viewing webpage in Internet Explorer

I recently created a web portal and it seems like internet explorer doesn't support all the new css properties in the page. The webpage looks good on the new edge, chrome and firefox. Is there any way ...
JTC's user avatar
  • 139
0 votes
1 answer
212 views

Custom attribute selector not working in IE11

Does anyone know why the custom attribute selector is not working in IE11 or is there any other alternative to select custom attributes? My code which works on Chrome: $("[aria-label='" + ...
AnB's user avatar
  • 7
-2 votes
1 answer
37 views

I have a change() event that's not firing in IE 11 but works fine with Chrome and Edge. Any help would be appreciated

<script> // If the CountyId changes because the user selected a County from the DropDownList. $(function () { $("#RCE_CountyId").change(function () { ...
RLoveDevs's user avatar
0 votes
0 answers
483 views

Slick slider is stacking images on top of each other in IE11 and debugger gives error to jquery.min.js

I'm having problems with IE11 in combination with Slick slider and jquery 3.5.1. Im using the sage theme for wordpress. This is the code for the slick slider: Jquery $(document).ready(function() { ...
Jurgen Uth's user avatar
0 votes
1 answer
184 views

IE11 - Scrollbar flickers

my web application has an and a SideNav (left) and horizontal Navigation on top. The height of the is always based on the height of the loaded content. I have a "resizeMe" function for ...
CodingTony's user avatar
0 votes
0 answers
88 views

JS issue on IE11

I have written some code and run it on several browsers. The code worked on all the browsers except IE11. I am providing the HTML code below: $(document).ready(function() { handleDynamicHeight();...
Zidan Mehedi's user avatar
1 vote
0 answers
234 views

"events-polyfill" causing Bootstrap click function to break on IE11

Stack: Bootstrap 3 jQuery 1.2 (appreciate it is a very old version) "events-polyfill" which I got as NPM package. It is used for IE11 support Issue: I am using Bootstrap select box, which ...
John's user avatar
  • 619
0 votes
1 answer
333 views

Bootstrap4 validation not working in IE 11

it works perfectly in chrome and edge, but not in IE11. I have tried to remove novalidate, but it makes the validation only work in IE11. this is my code : <form class="m-t needs-validation&...
Jiaa's user avatar
  • 53
0 votes
1 answer
280 views

ChartJS extends years for 50 year in IE11

I have the following ChartJS graph in Chrome that uses moment.js for datetime formatting on the X axis. but in EI 11 it looks like this. I cant understand why the years in IE are from 1970 till now ...
UncleDaveIsWatching's user avatar
0 votes
2 answers
177 views

Option groups issue with IE 11

I'm using Javascript to load an HTML select dynamically. Works great in Chrome and Firefox. In IE11 It adds the first group fine then subsequent groups are nested under the first group. The HTML I get ...
Kennethj's user avatar

15 30 50 per page
1
2 3 4 5
31