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