(function($) { $(document).ready(function($){ // Hide Custom Url if image link is not set to custom url $('body').on('change', '.penci-container select[id$="images_link"]', function(e){ var images_link = $(this); if ( images_link.val() != 'custom_url' ) { images_link.closest('.penci-container').find('input[id$="custom_url"]').val('').parent().animate({opacity: 'hide' , height: 'hide'}, 200); } else { images_link.closest('.penci-container').find('input[id$="custom_url"]').parent().animate({opacity: 'show' , height: 'show'}, 200); } }); // Modify options based on template selections $('body').on('change', '.penci-container select[id$="template"]', function(e){ var template = $(this); if ( template.val() == 'thumbs' || template.val() == 'thumbs-no-border' ) { template.closest('.penci-container').find('.penci-slider-options').animate({opacity: 'hide' , height: 'hide'}, 200); template.closest('.penci-container').find('input[id$="columns"]').closest('p').animate({opacity: 'show' , height: 'show'}, 200); } else { template.closest('.penci-container').find('.penci-slider-options').animate({opacity: 'show' , height: 'show'}, 200); template.closest('.penci-container').find('input[id$="columns"]').closest('p').animate({opacity: 'hide' , height: 'hide'}, 200); } }); // Modfiy options when search for is changed $('body').on('change', '.penci-container input:radio[id$="search_for"]', function(e){ var search_for = $(this); if ( search_for.val() != 'username' ) { search_for.closest('.penci-container').find('[id$="attachment"]:checkbox').closest('p').animate({opacity: 'hide' , height: 'hide'}, 200); search_for.closest('.penci-container').find('select[id$="images_link"] option[value="local_image_url"]').animate({opacity: 'hide' , height: 'hide'}, 200); search_for.closest('.penci-container').find('select[id$="images_link"] option[value="user_url"]').animate({opacity: 'hide' , height: 'hide'}, 200); search_for.closest('.penci-container').find('select[id$="images_link"] option[value="attachment"]').animate({opacity: 'hide' , height: 'hide'}, 200); search_for.closest('.penci-container').find('select[id$="images_link"]').val('image_url'); search_for.closest('.penci-container').find('select[id$="description"] option[value="username"]').animate({opacity: 'hide' , height: 'hide'}, 200); search_for.closest('.penci-container').find('input[id$="blocked_users"]').closest('p').animate({opacity: 'show' , height: 'show'}, 200); } else { search_for.closest('.penci-container').find('[id$="attachment"]:checkbox').closest('p').animate({opacity: 'show' , height: 'show'}, 200); search_for.closest('.penci-container').find('select[id$="images_link"] option[value="local_image_url"]').animate({opacity: 'show' , height: 'show'}, 200); search_for.closest('.penci-container').find('select[id$="images_link"] option[value="user_url"]').animate({opacity: 'show' , height: 'show'}, 200); search_for.closest('.penci-container').find('select[id$="images_link"] option[value="attachment"]').animate({opacity: 'show' , height: 'show'}, 200); search_for.closest('.penci-container').find('select[id$="images_link"]').val('image_url'); search_for.closest('.penci-container').find('select[id$="description"] option[value="username"]').animate({opacity: 'show' , height: 'show'}, 200); search_for.closest('.penci-container').find('input[id$="blocked_users"]').closest('p').animate({opacity: 'hide' , height: 'hide'}, 200); } }); // Hide blocked images if not checked attachments $('body').on('change', '.penci-container [id$="attachment"]:checkbox', function(e){ var attachment = $(this); if ( this.checked ) { attachment.closest('.penci-container').find('.blocked-wrap').animate({opacity: 'show' , height: 'show'}, 200); attachment.closest('.penci-container').find('select[id$="images_link"] option[value="local_image_url"]').animate({opacity: 'show' , height: 'show'}, 200); attachment.closest('.penci-container').find('select[id$="images_link"] option[value="attachment"]').animate({opacity: 'show' , height: 'show'}, 200); attachment.closest('.penci-container').find('select[id$="images_link"]').val('image_url'); } else { attachment.closest('.penci-container').find('.blocked-wrap').animate({opacity: 'hide' , height: 'hide'}, 200); attachment.closest('.penci-container').find('select[id$="images_link"] option[value="local_image_url"]').animate({opacity: 'hide' , height: 'hide'}, 200); attachment.closest('.penci-container').find('select[id$="images_link"] option[value="attachment"]').animate({opacity: 'hide' , height: 'hide'}, 200); attachment.closest('.penci-container').find('select[id$="images_link"]').val('image_url'); } }); // Toggle advanced options $('body').on('click', '.penci-advanced', function(e){ e.preventDefault(); var advanced_container = $(this).parent().next(); if ( advanced_container.is(':hidden') ) { $(this).html('[ - Close ]'); } else { $(this).html('[ + Open ]'); } advanced_container.toggle(); }); // Remove blocked images with ajax $('body').on('click', '.penci-container .penci-delete-instagram-dupes', function(e){ e.preventDefault(); var $this = $(this), username = $(this).data("username"), ajaxNonce = $(this).closest('.penci-container').find('input[name=delete_insta_dupes_nonce]').val(); $.ajax({ type: 'POST', url: ajaxurl, data: { action: 'penci_delete_insta_dupes', username : username, _ajax_nonce: ajaxNonce }, beforeSend: function () { $this.prop('disabled', true); $this.closest('.penci-container').find('.penci-spinner').addClass( 'spinner' ).css({'visibility':'visible','float':'none'}); }, success: function(data, textStatus, XMLHttpRequest) { $this.closest('.penci-container').find('.deleted-dupes-info').text( 'Removed Duplicates: '+ data.deleted); }, complete: function () { $this.prop('disabled', false); $this.closest('.penci-container').find('.penci-spinner').addClass( 'spinner' ).css({'visibility':'hidden','float':'none'}); }, error: function(XMLHttpRequest, textStatus, errorThrown) { //console.log(XMLHttpRequest.responseText); } }); }); }); // Document Ready })(jQuery);x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586