$(function(){ $('li:hover').hover(function(){ $(this).css('style', 'block') }, function(){ $(this).css('style', 'none') }); });
Leave a comment: