耿彬的日历插件初始版本
引入src/css里的文件 引入src->theBinCalculator 在要使用的页面
new theBinCalculator({
el:''
})
el 传入获取到的对象
<table class="the-bin-calculator">
<thead class="the-bin-calculator-thead"></thead>
<tbody class="the-bin-calculator-tbody"></tbody>
<tfoot class="the-bin-calculator-tfoot"></tfoot>
</table>
在html里写上这几个,name of the class not error。