for exzample:
 
$("[EMAIL PROTECTED]'text']").each(function(){if (this.value==""){alert("error");this.focus();break;}});
 
but 'break;' won't stop the iteration of each, what should i do?
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to