Tue, December 15, 2009Introducing jsforms
I would like to take a moment to introduce you to "jsforms" a simple library I created to generate html forms using pure javascript. Modeled closely after Django forms, jsforms allows you to create forms using only js syntax.
Included in the zip is README.txt with instructions on how to use the library.
Please be advised that this is still in beta and development is still on going. the TODO list and other details are located in js/forms.js. If you have any comments, questions, or concerns just send me a DM on twitter, my name over there is wattzilla
Some of the things on the TODO list and coming soon
- Form from Datastore
- Form from JSON
- And much more!
Thanks and enjoy!