debug « internet explorer « jQuery Q&A

Home
jQuery Q&A
1.addClass
2.alert
3.array
4.attribute
5.browser
6.callback
7.clone
8.Cookie
9.Date
10.Development
11.document
12.dom
13.element
14.filter
15.Firefox
16.flash
17.format
18.html
19.input
20.internet explorer
21.json
22.mootools
23.page
24.performance
25.regex
26.safari
27.selector
28.setTimeout
29.String
30.table
31.Text
32.trigger
33.URL
34.video
35.xml
jQuery Q&A » internet explorer » debug 

1. complete IE failure - jquery    stackoverflow.com

I've been working on this for a few days, and have made some (though very little) progress in getting my scripts to work in IE. FF & Chrome are flawless. Both ...

2. IE7 Crashing on some machines, errors in Debug bar, but don't see 'showstopper'    stackoverflow.com

I've recently been made aware that my site is crashing in IE7. I tested it on a bunch of machines myself, but of course it always runs perfectly. My brother just ...

3. IE 6 Debug Help!    stackoverflow.com

I just uploaded my site to the server, and it is working perfectly in Firefox and IE8, but not IE6 (have not tested in IE 7)... Here is the address:

4. How can I view XMLHttpRequests in IE 8?    stackoverflow.com

Firstly, apologies if this is a duplicate. I've searched and looked at related questions but haven't found this question. I'm debugging an AJAX problem in IE8. My throbber seems to spin forever, ...

5. IE/jquery compatibility, dynamically populating a select field    stackoverflow.com

Not sure where to even start on this one... I have a function that takes a select input field ID and populates it with an array of options.

function populateSelect(selectId, options){

   ...

6. Need help tracking down a jQuery bug    stackoverflow.com

I've been working on a popup window that interacts with the window.opener. I found a specific problem with IE not working when trying to append an object. I've set up a ...

7. Script Debugging in IE    stackoverflow.com

I'm really interested which way you guys use to effectivly debug a large (let's say 1000 lines and more) javascript in IE7/8/9. I'm so sick of reading a message like 'error in ...

8. IE8 is subtracting wrong in JavaScript / jQuery?    stackoverflow.com

In every browser, Win/Mac, Chrome, Safari, Firefox, Opera, IE6, and IE7 they ALL get the following console output: 352 254 But in IE8 I get: 414 434 454 474 Here is my JS/jQuery code:

$('#top-breadcrumbs').children('a').each(function(i){
    if(!$(this).hasClass('permanent')){
  ...

9. Major JQuery bug on IE not reproducible - What can i do in this situation to solve this bug?    stackoverflow.com

I am hoping to get some help on this issue. Some users on IE have been reporting this javascript issue, but I have been unable to re-produce it. In essence, for ...

10. How to debug an IE bug    stackoverflow.com

The following code works in Google Chrome and Firefox, but don't work in IE8. I don't know why, it's a tooltip and uses jQuery. It's not my code. When you run ...

11. JQuery App only works in IE when debugging    stackoverflow.com

I have a website that's using a slightly modified version of Superfish that works fine in FF and Safari. When I try it in IE 8, it doesn't work. However, when ...

12. Should I be worried that my site crashes IE9 and how to fix?    stackoverflow.com

I've downloaded the latest version of IE9 beta and my site wrecks it. No problems on any other browser, but on IE9 it freezes on every page. The thing ...

13. jquery.get() problems with IE8    stackoverflow.com

I am trying to fix a supposed bug in javascript for IE8 and here are the steps I tried:

  1. Checked in chrome/firefox(mac and win) to see if it also happens there. result: ...

14. how to debug javascript errors on IE8    stackoverflow.com

i am getting an error when running a webpage on IE8. When i click on the error found it says: enter image description here how can i go to this ...

15. Why is this jQuery function throwing an error in IE8-9?    stackoverflow.com

I'm building an open-source web-application that navigates ancient documents for online publication (in action at http://ocp.tyndale.ca/testament-of-abraham). It includes one function that adds a new column to the text display ...

16. How do you debug IE & jQuery errors like this    stackoverflow.com

I'm developing in Javascript for quite a long time now. Usually when I hit an error in IE I know roughly where it originated even if the message received from IE ...

17. Debugging JavaScript: How to ignore certain script files / lines?    stackoverflow.com

I'm trying to debug some JavaScript, I want to find out what code gets executed when I hover over a certain div element (I've got no idea which bit of code, ...

18. Some javascript is crashing ie7 only how to debug    stackoverflow.com

i am using some plugin and updated jquery recently , some click on plugin crashes IE7 , is there anyway i can debug where exactly it is causing problem and crashing ...

19. How to run JQuery code in IE 8 Script Debugger?    stackoverflow.com

I am trying to use the IE 8's script debugger to run some JQuery code in the Console Tab, but all I get back is

{...} 
For example if I try ...

20. Javascript/jQuery error with IE7/8, any debugging tips?    stackoverflow.com

I have a javascript which works perfectly in chrome, FF2/3, and IE9

158: drop_area = $('#drop_area');
159: element = ui.helper;
however I get the following error in IE7 amd IE8:
SCRIPT438: Object doesn't support this ...

21. Javascript Errors: "No relay set", only in IE 7, 8    stackoverflow.com

My javascript won't load because of errors it receives, only in IE. I used debugger to get the following errors. This page renders the javascript correctly in Safari, FF ...

22. jScrollTo bugging out in IE7 + 8, works fine in FF and IE9    stackoverflow.com

I'm using the jScrollTo plugin to create this website [removed] Sadly, I've spent a few hours trying to debug why it's not working in IE7/8, I've tried many things but can't figure ...

23. jQuery: Cross-browser problem -- Debugging Internet Explorer    stackoverflow.com

Update: The issue seems to be that due to the JavaScript that was written to acccomodate a problem with Firefox/flash, the program is now trying to play html5 in IE, which ...

24. Testing IE9: Is there a lab I can log into remotely to debug an IE9 issue    stackoverflow.com

Is there a virtual testing center 'in the cloud' that I can remote into to run different configurations of IE9? I have a heavily modified jquery plugin that some users ...

25. On Win7, how do I debug in older versions of IE    stackoverflow.com

I get reports that a button does not work in my webapp on IE8 (and older). Everything works in IE9, FF and Chrome. The error is triggered in this click-bind:

$("#save_refresh").click(function(e)  ...

26. IE7 CPU spikes, script problems & debugging?    stackoverflow.com

A website I'm currently designing displays and works perfectly in all mac browsers, and Windows Firefox, Chrome and IE 8. I'm having major problems in IE 7 though. Whilst the CSS ...

27. javascript isn't working in IE unless debugger is running    stackoverflow.com

the following code works perfectly in FireFox 7, but when pulling up the same page in IE 9, the jQuery functions (hide and show) don't work. However if you open ...

28. IE8 developer tools debugger gives wrong exception information    stackoverflow.com

Check out this jsfiddle: http://jsfiddle.net/yxJey/6/ When run in FF with firebug you get the correct exception information. When run in IE8 with developer tools the exception information is meaningless - only jQuery ...

29. Debugging in Internet Explorer    forum.jquery.com

30. Need help with debugging a jquery map to work on IE?    forum.jquery.com

I have been staring at this issue for a week and am not getting past it. I am developing a site for a friend and am using a jquery zoomable map. It work great with everything except IE. Which clearly is a problem! If anyone can see the issue your assistance would be very much appreciated! Its on the following page: ...

31. Re: DEbugging Jquery on Internet explorer    forum.jquery.com

32. [jQuery] Debugging in IE7    forum.jquery.com

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.