function() { $('#suggestS ul li').hover( function () { $('#suggestS ul li').attr('class',''); $(this).attr('class','active'); //alert('!'); }, function () {} ); }