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