Initial commit.
This commit is contained in:
3
vim/snippets/javascript-jquery/loadf.snippet
Executable file
3
vim/snippets/javascript-jquery/loadf.snippet
Executable file
@@ -0,0 +1,3 @@
|
||||
<+obj+>.load('<+/path/to/file.htm+>', { <+<+param1+>: "<+value1+>", <+param2+>: "<+value2+>"+> }, function() {
|
||||
<+// Stuff to do after the page is loaded+>
|
||||
});
|
||||
Reference in New Issue
Block a user