這個函數如何把導航條給去掉

$(function() {
// 懸浮窗口
$(".yb_conct").hover(function() {
$(".yb_conct").css(“right”, “5px”);
$(".yb_bar .yb_ercode").css(‘height’, ‘200px’);
}, function() {
$(".yb_conct").css(“right”, “-127px”);
$(".yb_bar .yb_ercode").css(‘height’, ‘53px’);
});
// 返回頂部
$(".yb_top").click(function() {
$(“html,body”).animate({
‘scrollTop’: ‘0px’
}, 2)
});
});

巨宏網絡 www.johotop.com

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章