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.