随笔分类 -  JavaScript

摘要:// 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 上官帅帅
摘要:function getSections() { //var sections = ""; //var spanSections = $("#orgname tr td").find("span"); //for (var i = 0; i < spanSections.length; i++) { // if ($(spanSections[i]).attr("data-sections") ... 阅读全文
posted @ 2016-05-10 15:20 上官帅帅 阅读(566) 评论(0) 推荐(0)
摘要:以下方法来自: http://www.cnblogs.com/sosoft/archive/2013/12/08/3463830.html 阅读全文
posted @ 2016-05-09 10:04 上官帅帅 阅读(583) 评论(0) 推荐(0)