Skip to content

Instantly share code, notes, and snippets.

@Bolinha1
Created April 5, 2013 19:02
Show Gist options
  • Save Bolinha1/5321754 to your computer and use it in GitHub Desktop.
Save Bolinha1/5321754 to your computer and use it in GitHub Desktop.
$.ajax({
type :'post',
url :"<?php echo base_url('controllerSistema/C_app/pedido/');?>",
data : 'status='+status+ '&id='+id,
dataType : 'html',
success : function(result){
alert(result);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment