Modify ↓
Ticket #12195 (closed bug: duplicate)
Warning: Unexpected token in attribute selector: '!'.
| Reported by: | hzhux@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.7.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Firefox 3.6 is no longer supported by Mozilla or jQuery