same thing three ways

changing the class on hover... to wit:

much like gary oldman giving the same exact look while inhabiting three completely different characters, it is possible to do the same exact thing using three different methods.

Yes... three. Try clicking...

$('div.bind').bind('mouseover', function(){etc...}

$('div.individual').mouseover(function(){etc...}

$('div.pattern').hover(function() {etc...}

page loading the thing with the thing... um...
$('div.trigger textarea').focus(function($e) {etc...}

back to portfolio