Sending/printing a key with jQuery.Trigger
Posted
by adir
on Stack Overflow
See other posts from Stack Overflow
or by adir
Published on 2010-04-30T10:34:15Z
Indexed on
2010/04/30
10:37 UTC
Read the original article
Hit count: 243
i think i have read every page google knows about which has these keywords, and nothing works for me.
what i have is a form input, and a button next to it [not submit], and what i want is for the button click to trigger an 'enter' key click. [this will respectively run another function which is already working..]
i've tried
and also putting it in a function and then running it from onclick, or making a $(#'inputBtn').click(function().....
nothing works for me please help!!
© Stack Overflow or respective owner