11 2015 档案

视频页面的分页以及显示
摘要:前台代码: 视频信息 视频 × 方向控制: 上 ... 阅读全文
posted @ 2015-11-20 15:29 linglin 阅读(1435) 评论(0) 推荐(0)
iframe的使用
摘要:function Report() { var info = document.getElementById("iframeReport"); $(info).attr("height", "600px"); $(info).attr("src", "/ZS_Site/BaseMonitor/Po... 阅读全文
posted @ 2015-11-20 15:13 linglin 阅读(159) 评论(0) 推荐(0)
弹出提示信息
摘要:方案一:if (string.IsNullOrEmpty(hlApplyName.Text)) { Response.Write(""); return; }function funTips(strResult) { $.messager.alert("消息框", strResult); if (s... 阅读全文
posted @ 2015-11-20 15:12 linglin 阅读(129) 评论(0) 推荐(0)
样式
摘要:boby中加入如上属性,可使页面不可获得焦点,从而不能复制,粘贴,选中。//获取id触发点击事件$("#backtop").click(function () { $('html,body').animate({ 'scrollTop': 0 }, 600);$("#backtop").show()... 阅读全文
posted @ 2015-11-20 14:38 linglin 阅读(139) 评论(0) 推荐(0)