dataBind:jDog的数据绑定的轻量级实现

时间:2024-06-12 00:23:34
【文件属性】:

文件名称:dataBind:jDog的数据绑定的轻量级实现

文件大小:27KB

文件格式:ZIP

更新时间:2024-06-12 00:23:34

JavaScript

#关于DataBind 前端javascript的简单高效的两种方式的数据绑定库。 DOM元素绑定到dataBind对象的属性。 数据更新时,可以通过使用set或调用update来绑定到该路径的关联DOM元素。 最后,仅当值存在差异时才发生DOM更改。 该库依赖jDog库,但可以轻松修改为独立库。 ####例子: < div xss=removed> // Standard simple notation { { path . to . data } } // // for custom templates { { data | TemplateName } } // // For multi data points { { path . to . data , path . to . data | TemplateName } } // // for simpl


【文件预览】:
dataBind-master
----docs()
--------makeDocs.js(552B)
--------j.docs.dataBind.js(9KB)
--------jdog.bridgeTo2.0.js(773B)
--------j.constructors.buildDocMethod.js(2KB)
--------.gitignore(10B)
--------j.Constructors.APIMethod.js(3KB)
--------jdog.small.js(9KB)
----index.html(1KB)
----j.constructors.dataBind.js(9KB)
----.gitignore(15B)
----demo()
--------j.templates.example5.js(859B)
--------j.modules.dataBindExample3.js(2KB)
--------jdog.js(13KB)
--------j.modules.dataBindExample.js(3KB)
--------j.modules.dataBindExample2.js(1KB)
--------j.templates.grid.js(2KB)
--------index.html(2KB)
--------index2.html(2KB)
--------j.templates.select.js(786B)
--------j.templates.people.js(1KB)
----README.md(6KB)

网友评论