Can you show us your code?
this issue is in IE6, IE7 or IE8?
----- Original Message -----
From: "V" <vincenti...@gmail.com>
To: "jQuery (English)" <jquery-en@googlegroups.com>
Sent: Thursday, August 06, 2009 4:21 AM
Subject: [jQuery] Attribute selection not working in MSIE; eg
$("input[name=name]").val()
Just when you think you made something beautiful, MSIE screws it all
up :(
I tried to get values from a input box which works great in Firefox,
but not in MSIE;
$("input[name=name]").val();
Is there a workaround for MSIE to get this working or am I just doomed
to use id's?