$(document).ready(function(){ $(".module").show(); $(".scrollable").scrollable(); $('img.tool').click(function(){ DEBUG.addDebug("/service/kontakt.php?ref="+rem_sid(window.location.href)+sidadda); window.location.href = "/service/kontakt.php?ref="+rem_sid(window.location.href)+sidadda; }); $('img.tool').each(function(){ var tipp = $(this).attr("rel"); var asdf = $(this).tooltip({ tip:tipp, offset:[8,0], effect: 'slide' }).dynamic({ bottom: { direction: 'down', bounce: true }}); }); $('img.tool').hover(function(){ $(this).css("cursor","pointer"); $(this).removeClass("active"); },function(){ $(this).removeClass("active"); }); });