上一页 1 ··· 108 109 110 111 112 113 114 115 116 ··· 125 下一页
摘要: $("input[type='text']").each(function(){ if($(this).data('parent_id')){ var _each_this_parent_id = parseInt($(this).data('parent_id')); if(_each_this_parent_id != ... 阅读全文
posted @ 2018-02-10 18:46 盘思动 阅读(274) 评论(0) 推荐(0) 编辑
摘要: var radio_checked_array = []; $("input[type='radio']").each(function(){ if($(this).attr('checked') == 'checked'){ var _each_this_val = parseInt($(this).val()); ... 阅读全文
posted @ 2018-02-10 17:44 盘思动 阅读(1012) 评论(0) 推荐(0) 编辑
摘要: $("input[name='approve']:checked").val() //获取radio选中的值;var radio_checked_val = $("#form_step_1_ejs_append_id input[name='1']:checked").val();//这个判断语句, 阅读全文
posted @ 2018-02-10 17:16 盘思动 阅读(2395) 评论(0) 推荐(0) 编辑
摘要: ob_clean(); $realname = "姓名"; $schoolname = "学校"; $idcard = "身份证号"; $image = imagecreatefrompng('certification.png'); // 证书模版图片文件的路径 $red = imagecolorallocate($... 阅读全文
posted @ 2018-02-08 15:48 盘思动 阅读(176) 评论(0) 推荐(0) 编辑
摘要: $('.main_div').each(function(){ product_id = parseInt($(this).data('id')); product_num = parseInt($(this).data('num')); productList_array.productList.push({"productId":pro... 阅读全文
posted @ 2018-02-07 11:10 盘思动 阅读(129) 评论(0) 推荐(0) 编辑
摘要: http://www.thinkphp.cn/topic/30740.html 阅读全文
posted @ 2018-02-06 11:29 盘思动 阅读(375) 评论(0) 推荐(0) 编辑
摘要: $str = ' 1 '; $arr = array(); $xmlTag = array( 'appid','bank_type','cash_fee','fee_type','is_subscribe','mch_id', 'nonce_str','o... 阅读全文
posted @ 2018-01-31 10:08 盘思动 阅读(1505) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/shengyu-kmust/p/5228261.html https://pay.weixin.qq.com/wiki/doc/api/native.php?chapter=6_3 阅读全文
posted @ 2018-01-26 19:44 盘思动 阅读(155) 评论(0) 推荐(0) 编辑
摘要: <div class="every_content last_place" data-order_id="2"> <p style="line-height: 40px;">已支付</p> //line-height 是数据处理之后的代码............ <p style="line-hei 阅读全文
posted @ 2018-01-25 19:48 盘思动 阅读(173) 评论(0) 推荐(0) 编辑
摘要: redis 127.0.0.1:6379> SELECT 1 # 使用 1 号数据库 阅读全文
posted @ 2018-01-23 18:12 盘思动 阅读(5627) 评论(0) 推荐(0) 编辑
上一页 1 ··· 108 109 110 111 112 113 114 115 116 ··· 125 下一页