为了账号安全,请及时绑定邮箱和手机立即绑定

function (index) 中能写成function()不

$("span").each(function (index) {
                if (index == 1) {
                    $(this).attr("class", "red");
                }
            });

function (index) 中能写成function()不

正在回答

2 回答

each()遍历函数,index为必需。为每个匹配元素规定运行的函数。可以参考http://www.w3school.com.cn/jquery/traversing_each.asp

0 回复 有任何疑惑可以回复我~
#1

牧_童 提问者

非常感谢!
2015-12-23 回复 有任何疑惑可以回复我~

不能!

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
jQuery基础课程
  • 参与学习       154768    人
  • 解答问题       7184    个

加入课程学习,有效提高前端开发速度

进入课程

function (index) 中能写成function()不

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信