Files
librenms-librenms/lib/jquery-mousewheel/test/browserify/index.html

5 lines
122 B
HTML
Raw Normal View History

2013-03-12 09:21:08 -05:00
<script src="bundle.js"></script>
<script>
$(document).bind('mousewheel', function(e) { console.log(e); });
</script>