[jQuery] hot to work with specific type
Hi
i have many inputs like button ,submit, file and may input types
i want to work with the input type of the button
<input name="Button" type="button" onclick="doit()" value="Button" />
how to access it?
thanks in advance.