jquery
how can i parse two functions on key press event???
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Iftikar HussainPosted Jun 24, 2013, 2:20 AM
Are you trying to call two method onkeypress event?
If yes then you can do this like below
onkeypress="javascript:Method1();javascript:Method2();"
Please let me know if you need more information
Regards,
Iftikar
Remember to click "Mark as Answer" on the post, if it helps you.
Bhabani prasad DashPosted Jun 22, 2013, 8:17 AM
Bhabani prasad DashPosted Jun 22, 2013, 8:15 AM