kibi包括:
模板引擎URL路由功能JSONP实现页面加载指示器支持pushState示例代码:
<html><!--usescriptsasyouwouldnormally--><scriptsrc="/jquery.js"></script><!--usethetext/plaintypetoavoidevaluation--><scripttype="text/plain"data-kibi='{pathname:/^\/$/,location:"https://mydomain.com/examplejsonp?callback="}'><p>Welcometomysite!</p><p>Hereissomedynamiccontent:</p><p><%JSON.stringify(this)%></p><%kibi.template.footer()%></script><scripttype='text/plain'data-kibi='{id:"footer"}'><p>Thisisthefooter.</p></script><scripttype='text/plain'data-kibi='{pathname:/.*/}'><h1>Notfound.</h1></script><!--loadkibilasttomakesureitcanfindeverything--><script><!--inlinedkibisourcecode--></script></html>
评论