var opened=false; window.onload = function() { resizeDivHeight = new fx.Height('navigation',{duration:2000}); }; function toggelopen(){ if(opened==false){ resizeDivHeight.custom(0,450);//First Number is starting height, Second is ending height. opened=true; }else{ resizeDivHeight.custom(450,0);//First Number is starting height, Second is ending height. opened=false; } }
之前介绍过 通过调用utw的函数 显示具有相同tag的帖子 也就是相关帖的显示 今天又发现一个插件 可以把同样的效果实现于feed中 这样订阅者也可以方便的“延伸阅读”了
插件使用相当简单 上传后后台激活即可 不过需要你已经安装utw或者relatedpost插件
下载页面:作者blog
[tag]plugins,插件[/tag]