使用面向對象複用頭部

1.建立一個header.js文件夾 function Header(){ this.createDom() } Header.template=`須要複用的內容` $.extend(Header.prototype,{ createDom:function(){ $(Header.template).appendTo("填入須要添加的標籤class名") } }) 2.建立一個i
相關文章
相關標籤/搜索