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

.first() => .eq(0) #2

Closed kflorence closed 13 years ago

kflorence commented 13 years ago

These are the changes we discussed via email earlier about using .eq(0) instead of .first() because of incompatibility with older versions of jQuery (< 1.4).

thecodemine commented 13 years ago

Master has been updated with the change