摘要: .box { width: 500px; height: 500px; border: 1px solid #efefef; margin: 0 auto; text-align: center; } textarea { width: 100%; } ul { list-style: none; 阅读全文
posted @ 2020-04-23 10:51 徐12 阅读(404) 评论(0) 推荐(0) 编辑
摘要: jQuery元素操作 设置或获取元素固有属性 获取 prop(属性名) 修改 prop(属性名,值) 获取自定义属性 attr(属性名) 修改自定义属性 attr(属性名,值) <a href="#" index='2'>2</a> $(function () { $('a').prop('href 阅读全文
posted @ 2020-04-23 10:48 徐12 阅读(125) 评论(0) 推荐(0) 编辑