4 lines
123 B
Plaintext
Raw Normal View History

2011-11-17 15:45:33 -06:00
$.get('${1:/test/ajax-test.xml}', function(xml){
${2:alert( ("title",xml).text() ) //optional stuff to do after get;}
});