$(document).ready(function(){ //-- hide tooltip on close // $('.tooltip .close').click(function(){ $(this.parentnode).fadeout(function(){ $(this).remove(); }); }); });