Web的UI框架 X-Tag
openkk
12年前
X-Tag 是一个对浏览器默认的HTML元素外观进行重写的UI框架。
- scour the web for a plugin
- add the plugin script include to your page
- copy an element, or block of elements, into your markup
- create a script block or include for your own code
- write JavaScript to select elements on page load
- instantiate a script to augment the existing vanilla markup
- wash, rinse, repeat for every plugin you need
在线演示:http://mozilla.github.com/x-tag/demo.html