Notification通知

function popNotice() { if (Notification.permission == "granted") { var notification = new Notification("Hi,你好:", { body: '可以加你个好友吗?', icon: 'http://www....

ajax跨域上传图片

jQuery.extend({ handleError: function( s, xhr, status, e ) { // If a local callback was specified, fire it if ( s.error ) s.error( xhr, status, e ); //...

layui获取select值

< select class = "form-control input-sm" name = "category" lay-filter = "category" aria-invalid = "false" > < option value = "0" > 请选择运维位置 </ option > <...

layui时间戳转换工具

/*时间戳转换插件*/ layui.laytpl.toDateString = function(d, format){ if(!d){ return "" } var date = new Date(d || new Date()) ,ymd = [ this.digit(date.getFullYe...

前端验证码

<canvas id="canvas" width="120" height="40"></canvas> <a href="#" id="changeImg">看不清,换一张</a> <script> /**生成一个随机数**/ function randomNum(min,max){ return...

vux配置以及问题

code 1 npm install vux --save <2>. 安装vux-loader (这个vux文档似乎没介绍,当初没安装结果报了一堆错误) ? code 1 npm install vux-loader --save-dev <3>. 安装less-loader (这个是用以正确编译les...