big bug ban

兴趣 创新 践行

Archive for the ‘jquery’ tag

jquery制作导航条

 

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

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

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

核心代码如下..

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

继续阅读

Written by princehaku

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

689 views

Posted in webbuild

Tagged with ,

without comments

jquery实现的图片切换效果

 

发一个以前做的东西..或与大家用得上.

示例地址

代码如下

01 <script language="javascript">
02 $("#test").animate({left:"900px"},1).an[......]

继续阅读

Written by princehaku

七月 2nd, 2010 at 8:23 上午

626 views

Posted in webbuild

Tagged with ,

without comments

jquery1.4的新特性官方中文文档

 

jquery1.4的新特性官方中文文档[......]

继续阅读

Written by princehaku

一月 24th, 2010 at 1:07 上午

436 views

Posted in webbuild

Tagged with

without comments

jquery1.4正式版来啦~~

 

jquery1.4正式版发布了

这个是个非常不错的js框架

支持ajax html等多种操作模式

而且兼容性非常不错

有css3的兼容..浏览器的兼容..推荐一哈

我很多的网站都用了jquery

jquery的插件也挺多的

下载地址

中文API下载[......]

继续阅读

Written by princehaku

一月 24th, 2010 at 12:48 上午

388 views

Posted in webbuild

Tagged with

without comments