jquery.template:jquery模板组件化,组件嵌套

时间:2024-03-24 10:31:20
【文件属性】:

文件名称:jquery.template:jquery模板组件化,组件嵌套

文件大小:2KB

文件格式:ZIP

更新时间:2024-03-24 10:31:20

JavaScript

jquery.template.js 受启发的基于jQuery实现的极简框架。 简介 实现模板组件化写法组件的嵌入和替换完全用jquery实现 使用时,完完全全是jQuery的基本操作,对于已经会用jq的人而言,学习成本接近零。 例子 const HelloWord = { view: function(){ return [ { el: createElement('span').attr({class: 'hello-word'}).text('hello word'), events: { click: function(){ alert('hello word') } } } ] } } const Main = { view: function(){ return [ { el: createElement


【文件预览】:
jquery.template-main
----examples()
--------helloword.html(2KB)
----README.md(1KB)
----jquery.template.js(910B)

网友评论