javascript - How to form POST message from several dialog menus? -
i have several pop-up menus (like modal menus in bootstrap). need collect information of them ( user filling first menu, after or presses next, first menu disappears , next menu appears , on) , in end user presses submit on last menu , passes whole collected information on server side. how can collect information among menus on client side?
example of dialogs here: http://jsfiddle.net/opustics/rftoafs2/1/
with 4 step-by-step menus:
<div id="test-modal-11" class="white-popup-block-big mfp-hide" style="text-align:center;"> <div id="test-modal-12" class="white-popup-block-big mfp-hide" style="text-align:center;"> <div id="test-modal-13" class="white-popup-block-big mfp-hide" style="text-align:center;">
and
<div id="test-modal-14" class="white-popup-block-big mfp-hide" style="text-align:center;">
Comments
Post a Comment