Skip to content

Instantly share code, notes, and snippets.

Created June 2, 2014 17:11
Show Gist options
  • Save anonymous/809c7bd9f5f3f2009f03 to your computer and use it in GitHub Desktop.
Save anonymous/809c7bd9f5f3f2009f03 to your computer and use it in GitHub Desktop.
Jquery Templates for Eclipse
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