随笔分类 -  jQuery

摘要:// 1. ajax $.ajax({ url: "bid_detail", type: "get", dataType: "json", data: { project_id: project_id }, success: function(data) { $('#div1').append(data); }, error... 阅读全文
posted @ 2017-04-25 16:21 上官帅帅
摘要:1.解析简单数据 2.jQ遍历json 数据 阅读全文
posted @ 2016-02-26 14:52 上官帅帅 阅读(214) 评论(0) 推荐(1)
摘要:这是css 样式的网址: http://www.w3school.com.cn/cssref/selector_nth-child.asp 阅读全文
posted @ 2016-02-24 09:12 上官帅帅 阅读(180) 评论(0) 推荐(1)
摘要:jQuery的一些东东比较容易忘,所以在这里整理一下... ... 1. each (1) $(selector).each(function(index,element)) index - 选择器的 index 位置 element - 当前的元素(也可使用 "this" 选择器) $("butt 阅读全文
posted @ 2016-01-27 13:44 上官帅帅 阅读(392) 评论(0) 推荐(1)