mstratman / jQuery-Smart-Wizard

flexible jQuery plug-in that gives wizard like interface
http://mstratman.github.com/jQuery-Smart-Wizard/
303 stars 164 forks source link

There is no way to change the request type #13

Closed rodmarzavala closed 11 years ago

rodmarzavala commented 11 years ago

There is no way to use GET request type instead a POST, unless you edit the plugin source code.

mstratman commented 11 years ago

I put an option in the option_ajaxType branch. https://github.com/mstratman/jQuery-Smart-Wizard/blob/option_ajaxType/js/jquery.smartWizard.js

Try downloading that, and give it the 'ajaxType' option, such as: ajaxType: "GET"

Let me know if that works, and if so, I'll roll it back into the master branch.

mstratman commented 11 years ago

It looks like you can also use the contentURLData option, but i've not tried that (and that was there already when i forked this project)

rodmarzavala commented 11 years ago

It worked perfectly.

I didn't use the contentURLData because in the site there is no example.

Thank you

2012/12/20 Mark A. Stratman notifications@github.com

I put an option in the option_ajaxType branch. https://github.com/mstratman/jQuery-Smart-Wizard/blob/option_ajaxType/js/jquery.smartWizard.js

Try downloading that, and give it the 'ajaxType' option, such as: ajaxType: "GET"

Let me know if that works, and if so, I'll roll it back into the master branch.

— Reply to this email directly or view it on GitHubhttps://github.com/mstratman/jQuery-Smart-Wizard/issues/13#issuecomment-11582783.

mstratman commented 11 years ago

Great, thanks for testing it. I'll merge it into master.