Hi Randy,

Not sure why it would be failing in IE7 only, but I wonder if maybe you have more than one element with either the id or the name equal to the value of frm?

Also, maybe it would work to replace your selector with this:

 $('#' + frm + ' :input')



--Karl
____________
Karl Swedberg
www.englishrules.com
www.learningjquery.com




On Jun 9, 2008, at 10:54 AM, RandyJohnson wrote:


I just upgraded jQuery from 1.2.3 to 1.2.6.

I have the following select that works perfectly in 1.2.3 for IE7 but
does not in 1.2.6.

$('#' + frm + ' select,input[type!
="hidden"],textarea,button').each(function()
 {
 ...
 }

It selects extra buttons that are located outside of the the form.

However 1.2.6 works correctly in FF and Safari.

Any thoughts...?

Bug...?

Thanks in advance...

Randy

Reply via email to