Bind.js is a ultra light weight JavaScript framework to bind Javascript objects tightly to HTML elements.
- [Website] (http://marko.kurjonen.fi/bindjs/)
- Include bind.js to your HTML (jQuery is required).
- Add
<script>$(document).ready($b.OP.init);</script>
TODO
- Just extend JavaScript class Element and do whatever you want
- Always use _self.gJQ(selector) to get jQuery object
- Annoyed with the separation of HTML and Javascript?
- C# uses tightly bind objects to HTML blocks, so?
- What if JavaScript could be bind same way?
- Success!