Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save BalajiIyengar/dffc1f83c5846be67780 to your computer and use it in GitHub Desktop.
Save BalajiIyengar/dffc1f83c5846be67780 to your computer and use it in GitHub Desktop.
ajax:
$$.ajax(
url:"",
type:"",
data:"",
success:function(data)
{
},
error:function(xhrr,error)
{
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment