sweh / ajja

JavaScript library for simple creation of forms and display of collections
MIT License
2 stars 0 forks source link

Implement jsform as a jQuery plugin #9

Open sweh opened 10 years ago

sweh commented 10 years ago

Originally reported by: Thomas Lotze (Bitbucket: tlotze, GitHub: tlotze)


A jQuery plugin is the expected idiom for creating something interesting on top of a DOM element. This will require keeping the form element and augmenting it instead of substituting it with the expanded template. This, in turn, allows for a better way to access the form object and register jsform-related event handlers even before the form is created.