Hi, all...

How can this code be modified to accept others types
of input besides "text"?  I need to be able to include input
from selects, radio, and checkboxes...

>       // select all inputs of type text
>       $("input:text").each(function(){
>               Params[$(this).attr("name")] = $(this).val();
>       }); // closes input:text function

Thanks,

Rick



_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to