Mission: To make UI.jquery work with PUFF and an image
$(document).ready(function(){ $(".ball").click(function (){ $(this).effect("puff"); }); });