Welcome Guest, Not a member yet? Register   Sign In
JQuery AJAX: A good example from scratch
#2

[eluser]nagata[/eluser]
Code:
[removed]
function ApplySign(){
  var Blurb = jQuery('#blurb').val();
  var Signature = jQuery('#signature').val();
  jQuery.get('/index.php/member/change/sign',{sign:Signature},function(result){
    if (result=="1"){
     location.reload();
    }else{
     alert(result);
    }
   }
  );
}
[removed]
Enjoy.


Messages In This Thread
JQuery AJAX: A good example from scratch - by El Forum - 07-05-2012, 10:42 PM
JQuery AJAX: A good example from scratch - by El Forum - 07-05-2012, 11:02 PM
JQuery AJAX: A good example from scratch - by El Forum - 07-05-2012, 11:21 PM



Theme © iAndrew 2016 - Forum software by © MyBB