摘要: 1、关于使用 伪类来实现验证不通过样式设置 2、实现title效果 3、原始写法的form获取值 4、获取fomr值的方法,jquery改版 </form 阅读全文
posted @ 2019-01-29 15:01 深蓝卷墨 阅读(289) 评论(0) 推荐(0)
摘要: var checkedItems = $('#roamTask').datagrid('getChecked'); // 获取选择的行 var names = []; // 定义数组 $.each(checkedItems, function (index, item) { // each 遍历元素 阅读全文
posted @ 2017-08-15 11:28 深蓝卷墨 阅读(128) 评论(0) 推荐(0)
摘要: 1 //GET方式的直接使用 2 /*$file_contents = file_get_contents('http://localhost/Json/API.php?a=get_users&uid=10001&type=json'); 3 echo $file_contents;*/ 4 5 6 //POST方式得用下面的(需要开启PHP curl支持)。 7 $url =... 阅读全文
posted @ 2017-05-25 10:44 深蓝卷墨 阅读(272) 评论(0) 推荐(0)