Several buttons on one form calling same function

Posted by user198003 on Stack Overflow See other posts from Stack Overflow or by user198003
Published on 2010-06-14T11:46:53Z Indexed on 2010/06/14 12:02 UTC
Read the original article Hit count: 138

Filed under:

hi all,

trying to develop web form using jquery.

all i need is to have several (don't know how many) buttons on one form.

all of those buttons have to call one same function, and to pass one parameter to that function. that function have to do some post method, but i can handle it.

so, my main problem is that i don't know how to develop JS that will call specific jquery function.

can you help me with this?

© Stack Overflow or respective owner

Related posts about jQuery