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", "...
function fileChange(target,id) { var fileSize = 0; var filetypes =[".jpg",".png",".jpeg",".gif"]; var filepath = target.value; var filemaxsize = 1024*2;...