$("body").on("click",".popup-form",function(){ $.mobilepopup({ targetblock:".pop-up-form", width:"300px", height:"300px", onformsubmited: function(data, el){ $.mobilepopup('reload',{html:data}); } }); return false; });
Please post any bugs, issues and suggestions about this page. This will help us to better enhance it.