thecodemine / formwizard

jQuery plugin based on top of jQuery UI which turns a form into a multistep wizard. Integrates with the jQuery form plugin for AJAX submission of the form, the validation plugin for client side validation and the BBQ plugin for enabling the browsers back and forward buttons.
140 stars 54 forks source link

jQuery.UI #4

Closed kflorence closed 13 years ago

kflorence commented 13 years ago

While I understand the rationale of making this plugin a jQuery UI widget, it does seem to me that it adds some unnecessary requirements and overhead. As far as I can tell, it isn't really using anything from the UI library itself, other than the namespace. If this is the case, it would probably be better to leave it as a simple jQuery plugin, since it is obviously dependent on that, unless of course you have further plans for some jQuery.UI implementations...

I would like to hear other people's feedback on this.