| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Old Sites/repository/wp-content/plugins/wp-front-end-repository/js/ |
Upload File : |
jQuery(document).ready(function($){
$('#tab-container').easytabs();
});
function updateOptions(options){
var opt = jQuery.parseJSON(options);
/*
* getting action from object
*/
/*
* extractElementData
* defined in nm-globals.js
*/
var data = extractElementData(opt);
if (data.bug) {
//jQuery("#reply_err").html('Red are required');
alert('bug here');
} else {
data.action = 'saveRepoSettings';
jQuery.post(ajaxurl, data, function(resp) {
//jQuery("#reply_err").html(resp);
alert(resp);
});
}
/*jQuery.each(res, function(i, item){
alert(i);
});*/
}
function itIsPro(){
jQuery("#pro-feature").fadeIn(500, function(){
jQuery(this).fadeOut(10000);
});
}