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

Fix contentURLData option #91

Open anilmaurya opened 8 years ago

anilmaurya commented 8 years ago
alr2413 commented 6 years ago

Hi, I found that the line 192 of jquery.smartWizard should be changed as follows:

ajax_args.data = $.extend(ajax_args.data, ajaxurl_data(stepNum));