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

jquery 操作大全

时间:2016-02-19 15:51:53      阅读:129      评论:0      收藏:0      [点我收藏+]

标签:

1添加属性

$("#mydiv").attr("pro1","this is val");

 $(‘.img1‘).attr(‘src‘, ‘/img/1.jpg‘);

2设置样试

$("#mydiv").css("width","100px");

 

3操作json取值

var jsonstr="Result:{"pagecount":"5","pagesize":"5","pageindex":"1","pic":["/image/g1.jpg","/image/g2.jpg","/image/g3.jpg","/image/g4.jpg","/image/g5.jpg"]}";

 var contact = JSON.parse(jsonstr);

alert(contact.pagecount);

jquery 操作大全

标签:

原文地址:http://www.cnblogs.com/qq4004229/p/5201166.html

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