jquery tooltip test


Hover Over - Display Full Size


bodyHandler: function() {return $("<img/>").attr("src", this.src);}		
			

Hover Over - Display 50%


bodyHandler: function() {return $("<img/>").attr("src", this.src).attr("width", "50%").attr("height", "50%");}