Created
March 14, 2016 16:18
-
-
Save rileydutton/0b710f419a575ba317f8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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