Side navigation
#12195 closed bug (duplicate)
Opened August 04, 2012 04:20AM UTC
Closed August 04, 2012 04:24AM UTC
Last modified August 04, 2012 04:24AM UTC
Warning: Unexpected token in attribute selector: '!'.
Reported by: | hzhux@yahoo.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Warning: Unexpected token in attribute selector: '!'.
Source File: http://xxx/test.html
test.html ---------------------
<html>
<head>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="custom.js"></script>
</head>
<body>
<a href="">Link</a>
</body>
</html>
custom.js ---------------------
$(document).ready(function() {
$("a").click(function() {
alert("Hello world!");
});
});
This happeded to JQuery v1.7.2, but not to JQuery v1.7.1
on FireFox 3.6.13 Windows
Firefox 3.6 is no longer supported by Mozilla or jQuery