<?php $(document).ready(function(){ $('.toolTip .close').click(function(){ $(this.parentNode).fadeOut(function(){ $(this).remove(); }); });}); ?>