[jQuery] Attribute selection not working in MSIE; eg $("input[name=name]").val()

[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?