Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<title>Test</title>
<script src="http://yui.yahooapis.com/3.7.3/build/yui/yui-min.js"></script>
<script>
YUI().use('resize', function(Y) {
var resize = new Y.Resize({ node: '#demo' });
// This event fires...
resize.on('start', function() {