JS工具類 Js動態載入類

2021-06-02 19:02:36 字數 539 閱讀 4022

function jsloader(){};

jsloader.loaded = ;

jsloader.prototype = ,

load : function(jspath,callback) ,

_check : function(jspath)

var head = document.getelementsbytagname('head');

if(!head||head.length<1)

this._path = jspath;

this._head = head[0];

return true;

},_isload : function(jspath)

jsloader.loaded[jsloader.loaded.length]=jspath;

return false;

},_ajaxload : function(callback) catch(ex);

});}

};

動態載入js

方法1 getscript themes sh public xtpla js jquery.plugins.min.js 方法2 載入多個js檔案 如圖所示 一 target.insertbefore newchild,existingchild 引數說明 1.target 被新增節點和現有節點的...

JS 日期時間工具類

日期處理工具類 var dateutil function 日期物件轉換為指定格式的字串 param f 日期格式,格式定義如下 yyyy mm dd hh mm ss param date date日期物件,如果預設,則為當前時間 yyyy yyyy yy yy 表示年份 mm m 月份 w w ...

js常用的工具類

根據傳入id獲取js物件 param id 入參id returns function obj id 根據傳入id獲取js物件的值 param id 入參id returns function val id else 去掉字串前後的空格 param str 入參 要去掉空格的字串 returns f...