index
:
vim-sonictemplate.git
gh-pages
master
perl_suppoert-utf8-pipe
placeholder
forked from https://github.com/mattn/vim-sonictemplate
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
template
/
javascript
/
snip-jquery-getjson.js
blob: 037e726fa56673bf3ba437dfe6f911945023856c (
plain
)
1
2
3
$
.
getJSON
(
"
{{
_input_
:
URL
}}
"
,
function
(
data
)
{
{{
_cursor_
}}
});