big bug ban

兴趣 创新 践行

Archive for the ‘javascript’ tag

badapple-js版

 

首先..感谢熊猫同学..

其实之前看到过一个牛人做的..

然后熊猫同学给了我个更多人做的..

自己也做一个...

把badapple弄导出成png..



考虑到js效率不高..

所以都压缩成了32*24的大小..[......]

继续阅读

Written by princehaku

七月 11th, 2010 at 12:31 下午

622 views

Posted in technology

Tagged with ,

with one comment

jquery制作导航条

 

http://lab.3haku.net/code/js/navbar/

以前也做过这个..不过如果鼠标乱动就会出错..

新的jq1.4加了队列机制可以解决这个问题..

核心代码如下..

/隐藏二级菜单
$(".subnav").hide();
var mouse[......]

继续阅读

Written by princehaku

七月 8th, 2010 at 12:57 下午

707 views

Posted in webbuild

Tagged with ,

without comments