首页 / 2017 / 12 月

每月归档:12 月 2017

微信接口

<?php * | Software: [HDCMS framework] * | Site: www.hdcms.com * |------------------------------------------------------------------- * | Author: 向军 <2300071698@qq.com> * | WeChat: aihoudun * | Copyright (c) 2012-2019, www.houdunwang.com. All Rights Reserved. * '----------------------------- …

阅读更多 »

jqGrid 属性、事件全集

<script type=”text/javascript”> var lastsel; jQuery().ready(function () { //父Grid(主Grid) jQuery(“#list1”).jqGrid({ url:’server.php?q=1’, editurl:”server.php”, datatype: “json”, //数据类型 datatype: “local”, datatype: “xml”, colNames:[‘Actions’,’Inv No’,’Date’, ‘Client’, ‘Amount’,’Tax’,’Total’,’Not …

阅读更多 »