基于jquery实现的鼠标滑过按钮改变背景图片

时间:2011-07-15    点击:107   
复制代码 代码如下:

$(document).ready(function () {
//按钮样式切换
$("#btFeedBack").hover(
function () {
$(this).removeClass("btFeed").addClass("btFeedhover");
},
function () {
$(this).removeClass("btFeedhover").addClass("btFeed");
}
);

});
jQuery .tmpl(), .template()学习资料小结
JS仿flash上传头像效果实现代码
js中的string.format函数代码
关于html+ashx开发中几个问题的解决方法
TreeView 用法(有代码)(asp.net)
> 返回     
地址:上海市普陀区胶州路941号长久商务中心 电话: QQ:
© Copyright 2012 上海网络 Product All Rights Reserved