File manager - Edit - /home/cipherteam/htdocs/cipherteam.in/yogi/assets/node_modules/jquery-wizard-master/src/outro.js
Back
$.fn.wizard = function(options) { if (typeof options === 'string') { var method = options; var method_arguments = Array.prototype.slice.call(arguments, 1); if (/^\_/.test(method)) { return false; } else if ((/^(get)$/.test(method))) { var api = this.first().data('wizard'); if (api && typeof api[method] === 'function') { return api[method].apply(api, method_arguments); } } else { return this.each(function() { var api = $.data(this, 'wizard'); if (api && typeof api[method] === 'function') { api[method].apply(api, method_arguments); } }); } } else { return this.each(function() { if (!$.data(this, 'wizard')) { $.data(this, 'wizard', new Wizard(this, options)); } }); } }; })(jQuery, document, window);
| ver. 1.4 |
Github
|
.
| PHP 8.2.9 | Generation time: 0.05 |
proxy
|
phpinfo
|
Settings