jQuery-Smart-Wizard icon indicating copy to clipboard operation
jQuery-Smart-Wizard copied to clipboard

Fix contentURLData option

Open anilmaurya opened this issue 8 years ago • 1 comments

  • Extend ajax data params instead of adding new hash to ajax_args

anilmaurya avatar Apr 29 '16 06:04 anilmaurya

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));

alr2413 avatar Nov 30 '17 11:11 alr2413