Bug Tracker

Modify

Ticket #12195 (closed bug: duplicate)

Opened 10 months ago

Last modified 10 months ago

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

comment:1 Changed 10 months ago by rwaldron

  • Status changed from new to closed
  • Resolution set to duplicate

Firefox 3.6 is no longer supported by Mozilla or jQuery

comment:2 Changed 10 months ago by rwaldron

Duplicate of #7535.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.