摘要: jquery判断checked的三种方法:.attr('checked): //看版本1.6+返回:”checked”或”undefined” ;1.5-返回:true或false.prop('checked'): //1.6+:true/false.is(':checked'): //所有版本:t 阅读全文
posted @ 2016-10-08 18:36 午火39 阅读(337) 评论(0) 推荐(0)
摘要: https://my.oschina.net/tearlight/blog/193921 <a>github的提交方式 (1)git add . 存储到本地 git commit -m 'message' 存储时的标记(修改了哪些地方,方便下次查询) git pull 下载服务器代码 git pus 阅读全文
posted @ 2016-10-08 17:47 午火39 阅读(435) 评论(0) 推荐(0)
摘要: http://jiajing.elastos.org/2013/04/15/%E4%BD%BF%E7%94%A8git%E5%91%BD%E4%BB%A4%E4%B8%8A%E4%BC%A0%E4%BB%A3%E7%A0%81/ 一开始不熟悉git工具,在上传代码时闹了笑话,于是这里贴出使用方法,供 阅读全文
posted @ 2016-10-08 17:46 午火39 阅读(1224) 评论(0) 推荐(0)