[jQuery] Image Button Acts Like Submit Button for JQuery Call

2008-09-17 Thread rcflyer2005
On my web page, I have two image button to dynamically add or delete a row of data in a table. When I click the buttons, they submit the form and execute the action=justDoIt.php on the form tag and not call jquery. Is there any way this can be fixed. I'm using IE6 8 beta. I have to stick

[jQuery] Re: Image Button Acts Like Submit Button for JQuery Call

2008-09-17 Thread rcflyer2005
On Sep 17, 1:39 pm, rcflyer2005 [EMAIL PROTECTED] wrote: There are two image buttons on my web page that are intended to execute javascript jquery.  However, they trigger the php program on the form tag action=justDoIt.php.  Is there a way to fix this so my buttons trigger jquery