Originariamente inviato da whisher
Codice PHP:
 $("input[@name=bar]").val(); 

http://docs.jquery.com/DOM/Traversing/Selectors


Allora, ho definito un input text con name = nick ed l'errore che viene lanciato quanto tento di richiamare alert ($('input[@name=nick]').val());:

"Errore: uncaught exception: Syntax error, unrecognized expression: [@name=nick]"

Perchè?