码迷,mamicode.com
首页 > Web开发 > 详细

关于jQuery中attr(),prop()的使用

时间:2017-06-08 14:56:19      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:class   cat   cte   read   title   check   location   select   建议   

注意:什么时候使用attr(),什么时候使用prop()?
1.添加属性名称该属性就会生效应该使用prop();
2.是有true,false两个属性使用prop();
3.其他则使用attr();

以下是官方建议attr(),prop()的使用:

 

Attribute/Property.attr().prop()
accesskey  
align  
async
autofocus
checked
class  
contenteditable  
draggable  
href  
id  
label  
location ( i.e. window.location )
multiple
readOnly
rel  
selected
src  
tabindex  
title  
type  
width ( if needed over .width() )  

关于jQuery中attr(),prop()的使用

标签:class   cat   cte   read   title   check   location   select   建议   

原文地址:http://www.cnblogs.com/caojiayan/p/6962474.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!