| Server IP : 85.158.181.41 / Your IP : 216.73.217.12 Web Server : Apache System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64 User : moncbefd ( 1024) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/moncbefd/www.moneta.at/admin/html/assets/javascript/legacy/gm/ |
Upload File : |
jQuery.fn.validation_plugin=function(){var i=this,t=new Array;return jQuery.each(js_options.validation,function(e,o){$(".validate_"+e,i).each(function(i,n){var r="";"undefined"!=typeof o.modifier&&(r=o.modifier);var s=new RegExp(o.pattern,r);if($(this).val().match(s))$(this).closest(".row").removeClass("error"),$(this).tooltip_plugin("reset_content");else{if($(this).closest(".row").addClass("error"),e.indexOf("-")>=0){var a=e.split("-");console.log(a),$(this).tooltip_plugin("update",js_options.error_handling[a[0]][a[1]])}else $(this).tooltip_plugin("update",js_options.error_handling[e]);t.push($(this).attr("id"))}})}),t};