dotar/vim/snippets/javascript-jquery/ajaxstart.snippet

5 lines
124 B
Plaintext
Raw Normal View History

2011-11-17 15:45:33 -06:00
$.ajaxStart(function() {
${1://stuff to do when an AJAX call is started and no other AJAX calls are in progress};
});
${2}