课程
/前端开发
/JavaScript
/Tab选项卡切换效果
请问这个语句是规范的吗?还有为什么我把语句.className换成.addClass("")就不行了呢(jqury配置没问题)
2015-03-21
源自:Tab选项卡切换效果 1-4
正在回答
网上找一个jquery对象和dom对象的区别信息.
baixiaochen 提问者
应该是$(this)[0].id;才对,或者$(this).attr('id');
我也不懂
举报
本课程详细介绍网页页面中最流行常用的tab切换效果
2 回答这个关于id的用处
2 回答关于这条语句divs[this.id].style.display="block";大家怎么理解?
2 回答关于函数中this的问题
5 回答function $(id){ return typeof id==='string'?document.getElementById(id):id; }
7 回答function $(id){ return typeof id==='string'?document.getElementById(id):id; }