jQuery(document).ready(function(){ $('#close_fancy').click(function(){ window.parent.jQuery('#newsletter').fancybox('close'); }); $('div.error').each(function(){ if($.trim($(this).text())==''){ $(this).hide(); } }); });