锘?/function message(page) { // var id = $('#h_Id').val(); // //var page = $('#h_page').val(); // $.ajax({ // type: 'POST', // //URL鏂瑰紡涓篜OST // url: 'getdasj.aspx', //杩欓噷鏄寚鍚戠櫥褰曢獙璇佺殑椤甸潰 // data: { // "id": id, // "page": page, // "t": Math.random() // }, // dataType: "html", // //鎶婅楠岃瘉鐨勫弬鏁颁紶杩囧幓 // //鏁版嵁绫诲瀷涓篔SON鏍煎紡鐨勯獙璇 // //鍦ㄥ彂閫佹暟鎹箣鍓嶈杩愯鐨勫嚱鏁 // // beforeSend: function () { // // $('#confirm').html('鐧诲綍涓?........'); // // }, // success: function (html) { // if (html != null && html != "") { // $("#Client_con").append(html); // var thispage = parseInt(page) + 1; // $('#btn_load').attr("href", "javascript:message(" + thispage + ")"); // jQuery(".yearbox").click(function() { // var classname = jQuery(this).attr("class"); // if (classname == "yearbox yearboxact") { // jQuery(this).removeClass("yearboxact"); // jQuery(this).parent().find(".mothbox").slideUp("normal"); // Slide up all sub menus except the one clicked // } else { // jQuery(this).addClass("yearboxact"); // jQuery(this).parent().find(".mothbox").slideToggle("normal"); // } // }); // } // } // }); //}