Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
2k views

Internet Explorer 11 automatically adding code to js function

The .js file contains the code: (function ($) { "use strict"; $("#owl-demo").owlCarousel({ slideSpeed: 50, paginationSpeed: 400, singleItem: true, autoPlay: true, });})(jQuery); It ...
Farhan Aslam's user avatar
0 votes
0 answers
250 views

Javascript breakpoints not working in modal dialog forms using IE 11 on Windows 8.1

I have an aspx page with an associated javascript file which are loaded using showModalDialog. If I create a breakpoint in the javascript file, in a function called from onload on the aspx page, ...
Gary Land's user avatar
1 vote
2 answers
905 views

Visual Studio 2013 + IE11 debug hangs at startup

I have a fairly strong laptop (i7 quad core, 16gb, ssd+hdd), and when running an ASP.NET project in IE11 so that I can debug in VS, at the startup of the page I have to wait around 6-8 secs before I ...
user1269009's user avatar