摘要: js部分: $.ajax({ type: "POST", url: "/Auth/GetVedioInfo", data: { "menuid": id }, success: function(request) { $("#loginip").val(request.message.IpAddressInfor); $("#port").val(request.message.Port);... 阅读全文
posted @ 2017-06-30 10:36 华季 阅读(259) 评论(0) 推荐(0) 编辑
摘要: js信息: $(".wrapl").change(function () { var s = this.options[this.selectedIndex].value;$(this).prev().html(s);}); html信息: <table> <tr> <td> <label styl 阅读全文
posted @ 2017-06-26 11:03 华季 阅读(2238) 评论(0) 推荐(0) 编辑
摘要: 这段时间接触abp框架,使用angularjs方式访问,总结一点 1.访问方式 js模块 对应以下类 注意首字母小写,后续首字母大写 说明: abp 的 Application Service 动态 web api 用的是驼峰命名法,在生成js 的时候,会扫描 实现IApplicationServi 阅读全文
posted @ 2016-11-22 10:20 华季 阅读(1150) 评论(0) 推荐(0) 编辑
摘要: 第一次随笔,写点技术上的小东西,关于全选 全不选的,请大家多多指教! <table class="table table-striped table-bordered table-hover" id="dataTables-example"><thead><tr><th><input type="c 阅读全文
posted @ 2016-08-25 10:19 华季 阅读(347) 评论(0) 推荐(0) 编辑