张鑫旭-鑫空间-鑫生活
it's my whole life!提问交流
小五:
<script type="text/javascript" src="../Scripts/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="../Scripts/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="../Scripts/jquery.switchable[all].min.js"></script>
<script type="text/javascript">
$(function(){
window.api = $(".scrollable-trigger").switchable(".scrollable-panel > div > img", {
triggerType: "click",
effect: "scroll",
easing: "easeOutBounce",
steps: 1,
visible: 1,
api: true
});
$(".next").click(function(){
api.next();
});
$(".prev").click(function(){
api.prev();
});
});
// syntaxhighlighter
SyntaxHighlighter.config.clipboardSwf = "../swf/clipboard.swf";
SyntaxHighlighter.all();
</script>
http://www.tianzhaomedia.com/news/anliinfo.html测试地址
图片的切换效果是滚动的,能不能改一下,改成淡入淡出的那种啊
effect: "scroll", 是不是改这一句啊,怎么改啊
<script type="text/javascript" src="../Scripts/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="../Scripts/jquery.switchable[all].min.js"></script>
<script type="text/javascript">
$(function(){
window.api = $(".scrollable-trigger").switchable(".scrollable-panel > div > img", {
triggerType: "click",
effect: "scroll",
easing: "easeOutBounce",
steps: 1,
visible: 1,
api: true
});
$(".next").click(function(){
api.next();
});
$(".prev").click(function(){
api.prev();
});
});
// syntaxhighlighter
SyntaxHighlighter.config.clipboardSwf = "../swf/clipboard.swf";
SyntaxHighlighter.all();
</script>
http://www.tianzhaomedia.com/news/anliinfo.html测试地址
图片的切换效果是滚动的,能不能改一下,改成淡入淡出的那种啊
effect: "scroll", 是不是改这一句啊,怎么改啊
2010-03-22 10:12JS/jQuery相关
回答(1)
kevinfeng:
您好,又来请教你了。问题是这样的,先给代码你看
$(document).ready(function(){
$('#loading').ajaxStart(function(){
$(this).show();
});
$('#loading').ajaxStop(function(){
$(this).hide();
});
$('#header > .narrow').load('common/div_header.php');
$('#content_b').load('common/index/hot_list.html');
$('#footer').load('common/footer.html');
$('#content_a').load('common/index/hot_act.html');
$('#login').load('common/div_login.php',function(){loginBehave();});
#loading这个层只能在所有load加载完后才能hide,有方法让#loading这层只在$('#login').load('common/div_login.php',function()这个加载完后就hide啊!期待你的回复
$('#loading').ajaxStart(function(){
$(this).show();
});
$('#loading').ajaxStop(function(){
$(this).hide();
});
$('#header > .narrow').load('common/div_header.php');
$('#content_b').load('common/index/hot_list.html');
$('#footer').load('common/footer.html');
$('#content_a').load('common/index/hot_act.html');
$('#login').load('common/div_login.php',function(){loginBehave();});
#loading这个层只能在所有load加载完后才能hide,有方法让#loading这层只在$('#login').load('common/div_login.php',function()这个加载完后就hide啊!期待你的回复
2010-03-06 10:21JS/jQuery相关
回答(4)
kevinfeng:
看来这么多文章,感觉你在网站制作方面研究很是深刻啊!非常感谢你的这些文章,我受益匪浅!有个问题想向您请教,是这样的,我的一个网站,当会员登录后,如何判断他是否还在阅读我的网站即我网站还在他电脑上打开着,没有退出。一如既往的支持你!
2010-01-21 14:27HTML/CSS相关
回答(2)
分类查看
1. 注册可获得问题回答的动态提醒,如果注册遇到什么问题,例如收不到激活邮件,可尝试通过邮件zhangxinxu@zhangxinxu.com联系我;
2. 如果您的问题不是三言两语能够说清楚的,建议通过邮件zhangxinxu@zhangxinxu.com联系我。提问时候尽量详尽,最好有截图、源代码或者demo。我会在第一时间回复您的问题的。