ascvh@#%(^-^)V ?host,ip,port,protocol,title,domain,country,city,link,org ???à JFIF x x ?? C ?? C ?à " ?? ?? μ } !1AQa "q2?‘?#B±áR?e$3br? %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz??…???‰?’“”?–—???¢£¤¥|§¨?a23′μ?·?1o??????èéêòó???×?ùúáa?????èéê?òó???÷?ùú?? ?? μ w !1AQ aq"2?B‘?±á #3Rebr?{
File "script_post_settings.js"
Full Path: /home/zcziejy/ryadselyen/plugins/wp-socializer/admin/js/script_post_settings.js
File size: 898 bytes
MIME-type: text/plain
Charset: utf-8
(function($){
jQuery(document).ready(function(){
var init = function(){
tabs();
}
var tabs = function(){
$('.wpsr_ps_tab_list li:first-child').addClass('active');
$('.wpsr_ps_tab_wrap > div:first-child').addClass('active');
$('.wpsr_ps_tab_list a').click(function(e){
e.preventDefault();
var id = $(this).attr('href').substr(1);
var $tab_list = $(this).closest('.wpsr_ps_tab_list_wrap');
var $tab_wrap = $tab_list.next('.wpsr_ps_tab_wrap');
$tab_wrap.children('div').removeClass('active');
$tab = $tab_wrap.find('[data-wpsr-tab="' + id + '"]');
$tab.addClass('active');
$tab_list.find('li').removeClass('active');
$(this).parent().addClass('active');
});
}
init();
});
})( jQuery );