We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec1cb3c + cd6db71 commit be90f8fCopy full SHA for be90f8f
dollar_snippets/$post.sublime-snippet
@@ -1,5 +1,5 @@
1
<snippet>
2
- <content><![CDATA[\$.post('${1:/path/to/file}'${2:, param1: 'value1'}, function(data, textStatus, xhr) {
+ <content><![CDATA[\$.post('${1:/path/to/file}'${2:, {param1: 'value1'}}, function(data, textStatus, xhr) {
3
${3:/*optional stuff to do after success */}
4
});$0]]></content>
5
<tabTrigger>post</tabTrigger>
0 commit comments