在网站浏览中,常常需要网页水印,以便防止用户截图或录屏暴露敏感信息后,追踪用户来源。如我们常用的钉钉软件,聊天背景就会有你的名字。那么如何实现网页水印效果呢? 网页水印SDK,实现思路 1.能更具获取到的当前用户信息,如名字,昵称,ID等,生成图片水印2.生成一个Canvas,覆盖整个窗口,并且不影 ...
分类:
Web程序 时间:
2019-03-23 12:57:55
阅读次数:
274
<div> <p>fff</p> </div> <button type="">d</button> <input></input> $("div").on('click', function(event) {alert(22);}); 可以直接跟上方法名触发 $("button").click(f ...
分类:
Web程序 时间:
2019-03-22 19:04:29
阅读次数:
227
1、SweetAlert (弹出框):https://github.com/t4t5/sweetalert 2、SweetAlert2 (弹出框):https://github.com/limonte/sweetalert2 3、Font Awesome(字体图标):http://fontaweso ...
分类:
其他好文 时间:
2019-03-22 15:30:59
阅读次数:
120
|内容|参数| | | | | OS| Windows 10 x64| | browser| Firefox 65.0.2| | framework |& ...
分类:
其他好文 时间:
2019-03-17 10:42:19
阅读次数:
181
|内容|参数| | | | | OS| Windows 10 x64| | browser| Firefox 65.0.2| | framework |& ...
分类:
其他好文 时间:
2019-03-17 10:28:43
阅读次数:
142
jQuery实例方法 —— 事件 事件绑定: .on( ) .one( ) .off( ) .trigger( ) .hover( ) .click/keydown/mouseenter... .on( ) on三个参数 selector参数 on可以绑定多个事件 .one( ) 只触发一次 .of ...
分类:
Web程序 时间:
2019-03-16 19:35:12
阅读次数:
186
$(function () { //第一个按钮通过on的方式绑定点击事件 $("#btn1").on("click",function () { alert("我被点了"); }); //第二个按钮把第一个按钮的点击事件解绑 $("#btn2").on("... ...
分类:
Web程序 时间:
2019-03-13 19:46:09
阅读次数:
189
购物车结算 - + 单价:¥20.00 ... ...
分类:
Web程序 时间:
2019-03-12 18:39:30
阅读次数:
165
$(".delAll_btn").click(function(){ var checkStatus = table.checkStatus('userList'), data = checkStatus.data, id = []; if(data.length > 0) { for (var i ...
分类:
编程语言 时间:
2019-03-10 09:23:24
阅读次数:
242