Welcome Guest, Not a member yet? Register   Sign In
ajax jquery post not working
#2

[eluser]xeroblast[/eluser]
try this but not yet tested:

jquery
Code:
$("input[type=submit]").onclick(function(){
$.post( 'your/url/save', $("#formIn form").serialize(), function(data){
  $("#form_result").append(data);
});
});

and also, use firebug to know if your ajax query hadnt encounter any errors..


Messages In This Thread
ajax jquery post not working - by El Forum - 11-07-2012, 06:58 PM
ajax jquery post not working - by El Forum - 11-07-2012, 07:10 PM
ajax jquery post not working - by El Forum - 11-08-2012, 09:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB