摘要: 在自定义覆盖物上设置 z-index,让它在最上面 阅读全文
posted @ 2021-07-31 11:50 哈哈咖咖 阅读(307) 评论(0) 推荐(0)
摘要: 众所周知,a标签的最重要功能是实现超链接和锚点。而且,大多数人认为a标签最重要的作用是实现超链接,今天我刚好碰到a标签的一种写法<a href="javascript:;"></a>,所以就来整理下a标签中href的几种用法。 一、Js的几种调用方法(参考总结的) 1、a href="javascr 阅读全文
posted @ 2021-07-31 11:46 哈哈咖咖 阅读(581) 评论(0) 推荐(0)
摘要: 目的:用户点击修改,判断是否满足条件。是,则不允许修改某字段信息;否,则允许修改。 避免F12更改禁止状态,使用Visible +asp:Label 前台 <div class="col-xs-3"> 值</div> <div class="col-xs-3"> <input type="text" 阅读全文
posted @ 2021-07-31 10:50 哈哈咖咖 阅读(168) 评论(0) 推荐(0)
摘要: <button class="btn btn-xs btn-yellow" onclick="<%# string.Format("doUpd('{0}');return false;",Eval("fID")) %>"> 阅读全文
posted @ 2021-07-31 10:04 哈哈咖咖 阅读(55) 评论(0) 推荐(0)