Skip to content

Instantly share code, notes, and snippets.

@rileydutton
Created March 14, 2016 16:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rileydutton/0b710f419a575ba317f8 to your computer and use it in GitHub Desktop.
Save rileydutton/0b710f419a575ba317f8 to your computer and use it in GitHub Desktop.
<fieldset class="repeating_test">
<input type="text" name="attr_foo" />
</fieldset>
<script type="text/worker">
on("change:repeating_test", function() {
log("Heard repeating test change");
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment