You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
535 B
Plaintext

11 months ago
$(document).ready(function () {
$(".side ul li").hover(function () {
$(this).find(".sidebox").stop().animate({ "width": "150px" }, 50).css({ "opacity": "1", "filter": "Alpha(opacity=100)", "background": "#ae1c1c" })
}, function () {
$(this).find(".sidebox").stop().animate({ "width": "54px" }, 50).css({ "opacity": "0.8", "filter": "Alpha(opacity=80)", "background": "#000" })
});
});
//<2F>ص<EFBFBD><D8B5><EFBFBD><EFBFBD><EFBFBD>
function goTop() {
$('html,body').animate({ 'scrollTop': 0 }, 200); //<2F><><EFBFBD>ض<EFBFBD><D8B6><EFBFBD><EFBFBD><EFBFBD>ʱ<EFBFBD>䣬ԽС<D4BD><D0A1><EFBFBD><EFBFBD><EFBFBD>ٶ<EFBFBD>Խ<EFBFBD><D4BD>~
}