Created
June 2, 2014 17:11
-
-
Save anonymous/809c7bd9f5f3f2009f03 to your computer and use it in GitHub Desktop.
Jquery Templates for Eclipse
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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