[jQuery] 1.2.6 problem
[jQuery] 1.2.6 problem
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