1
0
Fork 0
mirror of synced 2024-07-01 13:01:09 -04:00
ultimate-vim/bundle/snipmate-snippets/javascript-jquery/ajaxpost.snippet
2014-05-09 21:28:39 +02:00

6 lines
150 B
Plaintext

$.post('<+/path/to/file.cgi+>',{
<+<+param1+>: "<+value1+>", <+param2+>: "<+value2+>"+>},
function(){
<+//stuff to do after event occurs;+>
});