function popNotice() { if (Notification.permission == "granted") { var notification = new Notification("Hi,你好:", { body: '可以加你个好友吗?', icon: 'http://www....
/*设置cookie*/ function setCookie(name, value, days){ if(days == null || days == ''){ days = 300; } var exp = new Date(); exp.setTime(exp.getTime() + days...
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.laytpl.toDateString = function(d, format){ if(!d){ return "" } var date = new Date(d || new Date()) ,ymd = [ this.digit(date.getFullYe...
$('.selectBox input').keyup(function() { var me = $(this), v = me.val().replace(/^\s+|\s+$/g,""); var lis = $(this).parents(".title").siblings(".content...
var jsonDate=[ { "id": 1, "name": "电子", "editTime": "2010-01-01 12:12:12", "child": [ { "id": "11", "name": "电子产品", "editTime": "2010-01-01 12:12:12", "...