When I load page, in IE 8 read this error:
Agente utente: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1;
Trident/4.0; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E) Timestamp: Fri,
27 Apr 2012 18:38:27 UTCMessaggio: Syntax error, unrecognized expression: first-of-type Linea:
3 Carattere: 14659 Codice: 0 URI:
http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js
In Firefox, Chrome and other thats ok!
:first-of-typeis not a jQuery selector.:first-of-typeonly works in browsers which natively support this selector.For other browsers, extend the selector set (
$.expr[':']). Have a look at this project. jquery-extra-selectors.js adds support for several pseudo-class selectors.