//0){ processNewURL(url); } else{ $("#predictive-search-container").fadeOut('fast'); } }); $("#predictive-search-container").mouseleave( function(){ $(this).fadeOut('fast'); }); function processNewURL(url){ $.ajax({ url: url, cache: false, success: function(html){ //alert(html); $("#predictive-search-container").html(html); $("#predictive-search-container").fadeIn("fast"); } }); } }); //]]>