后退 刷新 前进 收藏 顶部 |   知道 黑匣子 富媒体 技术服务

有意思有JQUERY

程序猿 新的分享 JQUERY jq button input each... (shuke.2016-06-03 01:59)
查找所有的intput 为button的元素,并指定一个NAME标签为特定样式;

<script>
$("input:button").each(function(index,item){
if($(this).attr("name")=='productdescriptionbtnsave'){
$(this).addClass('button bg-yellow');
}else{
$(this).addClass('button bg-sub');
}
});
</script>


2 楼 shuke[2016-06-06 11:30]
Jquery 获取第一个子元素
$("#getfirst").find("ul li:first-child")
或$("#getfirst").find("ul li").get(0)
或$("#getfirst").find("ul li").first()


进度:100% 返回程序猿

解决织梦图集中上传图片时跳出302错误

图片新热点

导航


目录


    站内搜索
    首页 | W3C | ME