yui-core-simple.mustache revision 7ce2b0acf92b6a5d4b8844372f1c19146d88c35b
<span>
Box 1
</span>
<span class="bob">
Box 2
</span>
<script>
YUI().use('node', function(Y){
// change the style of just the DOM node with the class "bob"
Y.one('.bob').setStyle('backgroundColor', '#FFD7AA');
});
</script>