You should avoid using reserved words in your attributes, and also
avoid names/ids that are also available as properties of forms. IE
overwrites DOM methods/properties when you set the attribute:

http://www.jibbering.com/faq/faq_notes/form_access.html#faComMis
http://meyerweb.com/eric/thoughts/2005/08/29/reserved-id-values/

On Aug 6, 7:21 am, V <vincenti...@gmail.com> wrote:
> 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?

Reply via email to