Skip to content
/ jsui Public

通过对dom的二次解析,实现自定义的特色功能标签

Notifications You must be signed in to change notification settings

fish1919/jsui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsui

结合seajs、jquery开发的一个按需加载js解析、js效果的框架工具,可以开发属于自己的html标签

通过对dom的二次解析,自定义标签的功能 Through the two analysis of DOM, make the features of the custom label

在div、input等原有html标签的基础上,二次解析,从而生成自己的特色功能标签。 Based on div, input and so on the original HTML on the label, the two resolution, thereby generating features label their.

本身可以作为js的管理框架使用

项目地址

https://github.com/caoke90/jsui

<script type="text/tcl" url="top.json" jsui="ejs">
<%=title%>
    <% for(var i=0;i< module.length;i++){ var list=module[i]; %>
  • <%=list.title%>
  • <%}%>
</script>

About

通过对dom的二次解析,实现自定义的特色功能标签

Resources

Stars

Watchers

Forks

Packages

No packages published