Skip to content

Instantly share code, notes, and snippets.

@ericf
Created May 25, 2010 16:00
Show Gist options
  • Select an option

  • Save ericf/413312 to your computer and use it in GitHub Desktop.

Select an option

Save ericf/413312 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Highlight Test</title>
</head>
<body>
<h1>Highlight Test</h1>
<script src="http://yui.yahooapis.com/3.1.1/build/yui/yui-min.js"></script>
<script>
YUI().use('gallery-effects', function(Y){
Y.one('h1').on('click', function(e){
this.highlight();
});
});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment