#12195 closed bug (duplicate)
Warning: Unexpected token in attribute selector: '!'.
Reported by: | 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
Note: See
TracTickets for help on using
tickets.
Firefox 3.6 is no longer supported by Mozilla or jQuery