selector

selector

Hi,

I have generated textbox id's like mytextbox1, mytextbox2 and so forth.

What i would like is a way to see if only the textboxes starting with "mytextbox" has at least one textbox that has an empty value.

This is how i intended to read out the textboxes.

$('[id*=mytextbox]')


then i do something...

Thanks!

Daniel from Sweden