Sha256: 527a615fba26777482486f7181d703e8b771c6b5852cd3a8ce7f0e21a13a1fbb
Contents?: true
Size: 594 Bytes
Versions: 68
Compression:
Stored size: 594 Bytes
Contents
(function() { var formEl, handleSubmitSuccess, isTheLastForm; handleSubmitSuccess = function() { if ($(this).next(formEl).length === 0) { return window.location.replace(window.location.origin + "/navigator/next_content"); } else { return $(this).hide().next(formEl).show(); } }; // Not working, so replaced it isTheLastForm = function() { return $(this).next(formEl).length === 0; }; formEl = "form.multi-page"; return $(document).on("page:change", function() { return $(document).on("ajax:success", formEl, handleSubmitSuccess); }); })();
Version data entries
68 entries across 68 versions & 1 rubygems