$(document).ready(function() { /* 1st example */ /// wrap inner content of each anchor with first layer and append background layer $("#menu1 li a").wrapInner( '' ).append( '' ); // loop each anchor and add copy of text content $("#menu1 li a").each(function() { $( '' + $(this).text() + '' ).appendTo( this ); }); $("#menu1 li a").hover(function() { // this function is fired when the mouse is moved over $(".out", this).stop().animate({'top': '40px'}, 250); // move down - hide $(".over", this).stop().animate({'top': '0px'}, 250); // move down - show $(".bg", this).stop().animate({'top': '0px'}, 120); // move down - show }, function() { // this function is fired when the mouse is moved off $(".out", this).stop().animate({'top': '0px'}, 250); // move up - show $(".over", this).stop().animate({'top': '-40px'}, 250); // move up - hide $(".bg", this).stop().animate({'top': '-40px'}, 120); // move up - hide }); /* 2nd example */ $("#menu2 li a").wrapInner( '' ); $("#menu2 li a").each(function() { $( '' + $(this).text() + '' ).appendTo( this ); }); $("#menu2 li a").hover(function() { $(".out", this).stop().animate({'top': '40px'}, 300); // move down - hide $(".over", this).stop().animate({'top': '0px'}, 300); // move down - show }, function() { $(".out", this).stop().animate({'top': '0px'}, 300); // move up - show $(".over", this).stop().animate({'top': '-40px'}, 300); // move up - hide }); });
|
◇ 新闻资讯 当前位置:首页
> 新闻资讯
黄花鱼的保健效能
黄花鱼营养丰富,鲜
品中蛋白质含量高,钙、磷、铁、碘等无机盐含量也很高,且鱼肉组织柔软,宜于消化吸收。
多吃黄花鱼可预防动 脉硬化和冠心病。因为其鱼油中含有一种独特作用的必需脂肪酸——N-3脂酸。N-3脂酸可使血中三酰甘 油和总胆固醇降低,高密度脂蛋白稍增高,肝脏合成极低密度脂蛋白减少,故能积极防止动脉硬化和冠心病的发生。 显而易见,黄花鱼有 着很高的保健效能,是家庭必不可少的菜肴。 返 回
|
![]() |