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

Simple Pull Request #6

Closed warmwaffles closed 13 years ago

warmwaffles commented 13 years ago

Just went through and re wrote the README to the markdown syntax, so that those who look at the GitHub page can easily see what is going on. Removed the old one as the new README.md is just a markdown.

For the javascript file itself, I removed the alert() functions, as they would be annoying, rather had them use console.log() that way if the web developer was stupid in any way and forgot to add the appropriate libraries, the user experience wouldn't be totally ruined.

I'm going to rewrite the README a bit more to show more examples and simple solutions.

thecodemine commented 13 years ago

Thanks for your additions, much appreciated.