首页,点击问题图片时:
(除了图片,网页黑色透明覆盖效果时。滚动鼠标中轮。切换到同是首页的下一个图片)
。
这个功能,给人的感觉有点突兀。”这张图片哪来的?“
把,js的鼠标中轮,切换功能给关掉。就ok了。
官方用的是这个函数:(貌似就想要这个效果?)
``content_switcher($('#detail_42021'), $('#detail_more_42021')); return false;``
``var document_title;
$(document).ready(function () {
document_title = document.title;
check_notifications();
setInterval('check_notifications()', 60000);
$('a').fancybox({
maxWidth : ($(window).width() * 0.8),
maxHeight : ($(window).height() - 0.8),
fitToView : false,
width : '80%',
height : '80%',
autoSize : true,
closeClick : true,
arrows : false,
keys : false
});
if (typeof(markdownSettings) != 'undefined')
{
$('.advanced_editor').markItUp(markdownSettings);
}
});``
阅读全文
收起全文