[jQuery] Forms Plugin - Button Id

2010-02-04 Thread neojquery
Hi I am using the Forms plugin to do an Ajax submit , and I have two button on the page I need to know which one has been clicked and trigger an event based on this. I am not sure how to do this, this event shouldnt stop the form posting or anything but just need to know which one is clicked.

Re: [jQuery] Forms Plugin - Button Id

2010-02-04 Thread Nathan Klatt
On Thu, Feb 4, 2010 at 9:21 AM, neojquery w.as...@rocketmail.com wrote: I have two button on the page I need to know which one has been clicked and trigger an event based on this. http://api.jquery.com/click/ Nathan