Initial commit.
This commit is contained in:
3
vim/snippets/javascript-jquery/ajaxget.snippet
Executable file
3
vim/snippets/javascript-jquery/ajaxget.snippet
Executable file
@@ -0,0 +1,3 @@
|
||||
$.get('${1:/test/ajax-test.xml}', function(xml){
|
||||
${2:alert( ("title",xml).text() ) //optional stuff to do after get;}
|
||||
});
|
||||
Reference in New Issue
Block a user