I am using (17.0.963.46 m) of chrome.

I receive a DOMException (syntax error) somewhere deep in the jQuery library ( I actually receive tons of them and cannot really debug) when I launch the debugger on the following code:

<!DOCTYPE html>
<html>
<head>
    <title>mine</title>
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
</head>
<body>
    <div id="details">
    </div>
    <script type="text/javascript">
         alert("hello");        
    </script>
</body>
</html>

I don't have same problem with IE. The code otherwise runs just fine.

The underlying code comes from a MS MVC 3 project but I have also simply installed this code into a standalone IIS application with this as the single page default.htm.

link|improve this question

50% accept rate
As it stands your code works fine in Chrome 17 for me: jsfiddle.net/y2RjA. – pimvdb Feb 15 at 15:18
I uninstalled Chrome and reinstalled. Problem disappeared, wonder if I had some bad plugin. – badMonkey May 3 at 19:06
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.