diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-04-25 12:12:21 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-04-25 12:12:21 -0400 |
| commit | 0772bb5e55d0d00c925620a27b59a7f52aaa4199 (patch) | |
| tree | 780b8b7685976014df8b5741b56ba96eecd67a82 /rectangles-stone.html | |
| parent | 6a39854726c511f3df0b4aff619ecac1943c993c (diff) | |
ceiling
Diffstat (limited to 'rectangles-stone.html')
| -rw-r--r-- | rectangles-stone.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/rectangles-stone.html b/rectangles-stone.html index f5d9404..05983ae 100644 --- a/rectangles-stone.html +++ b/rectangles-stone.html @@ -79,4 +79,13 @@ body > div { <script src="assets/javascripts/mx/primitives/mx.scaleBox.js"></script> <script src="assets/javascripts/app.js"></script> +<script> +$(function(){ + app.on("clip", function(){ + $(".face").css({ + "background-image": "url(http://i.asdf.us/im/4a/_1398144847_frankhats.gif)" + }) + }) +}) +</script> </html> |
