<通知代码>#element2,我有两个功能,但只有幻灯功能。 当你接手时,我想开始50%的不透明性和100%的失败。
该法典:
$("#element2").hover(function() {
$("#next").show("slide", { direction: "right" }, 300);
$("#next").fadeIn(300);
},
function() {
$("#next").hide("slide", { direction: "right" }, 300);
$("#next").fadeOut(300);
});
Here s the code in action: http://jsfiddle.net/pQzWp/9/