Closed rodmarzavala closed 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.
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)
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.
Great, thanks for testing it. I'll merge it into master.
There is no way to use GET request type instead a POST, unless you edit the plugin source code.