http://docs.jquery.com/Selectors -- Ariel Flesler http://flesler.blogspot.com
On Aug 20, 2:31 am, germacran <[EMAIL PROTECTED]> wrote: > 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.