10 lines
361 B
XML
10 lines
361 B
XML
<snippet>
|
|
<content><![CDATA[\$.getJSON('${1:/path/to/file}'${2/(.+)/(?1:, {:)/}${2:param1: 'value1'}${2/(.+)/(?1:}:)/}${3/(.+)/(?1:, function\(json, textStatus\) {
|
|
:)/}${3://optional stuff to do after success}${3/(.+)/(?1:
|
|
}:)/});
|
|
$0]]></content>
|
|
<tabTrigger>.getjson</tabTrigger>
|
|
<description>$.getjson()</description>
|
|
<scope>source.js</scope>
|
|
</snippet>
|