diff options
Diffstat (limited to 'template/jquery-getJSON.javascript')
-rw-r--r-- | template/jquery-getJSON.javascript | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/jquery-getJSON.javascript b/template/jquery-getJSON.javascript new file mode 100644 index 0000000..037e726 --- /dev/null +++ b/template/jquery-getJSON.javascript @@ -0,0 +1,3 @@ +$.getJSON("{{_input_:URL}}", function(data) { + {{_cursor_}} +}); |