[jQuery] Re: Internet explorer:select tag manipulation does not ever work...?

2008-08-29 Thread anuradha k
Hi Were you able to solve this problem. I am also facing a similar problem and posted my problem today. So wanted to know if you were able to find out the root cause thank you anuradha k On Aug 15, 10:10 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > why is it that

[jQuery] jQuery selector works with FF and not on IE

2008-08-29 Thread anuradha k
Hi All I am trying to do a simple jQuery, where in the selector fetches me all the empty fields in the form page. var inputFieldsArray = $(":input:not(:hidden)"); // to get the fields that arent hidden for(var i=0; i