Welcome Guest, Not a member yet? Register   Sign In
Comment system with jQuery and problem it!!!
#5

[eluser]Pedro Luz[/eluser]
if you are using jquery to make the ajax call you dont even need <form bla bla>
you just need the inputs and a button

and make sure you use e.preventDefault() to avoid suff from the submit button.
and next do your ajax call.

Code:
$(".submit").click(function(e){
e.preventDefault();


Messages In This Thread
Comment system with jQuery and problem it!!! - by El Forum - 06-27-2011, 11:07 PM
Comment system with jQuery and problem it!!! - by El Forum - 06-28-2011, 04:54 PM
Comment system with jQuery and problem it!!! - by El Forum - 06-30-2011, 01:54 AM
Comment system with jQuery and problem it!!! - by El Forum - 06-30-2011, 08:45 AM
Comment system with jQuery and problem it!!! - by El Forum - 06-30-2011, 08:54 AM
Comment system with jQuery and problem it!!! - by El Forum - 06-30-2011, 09:14 PM
Comment system with jQuery and problem it!!! - by El Forum - 07-02-2011, 12:42 PM



Theme © iAndrew 2016 - Forum software by © MyBB