PluginProbe
WP Coder – Insert & Manage Code Snippets / 2.5.6
WP Coder – Insert & Manage Code Snippets v2.5.6
4.5.1 1.1 2.3.1 2.3.2 2.4.1 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1 3.1.1 3.2 3.2.1 3.3 3.4 3.5 3.5.1 All 39 releases
wp-coder / assets / js / script.min.js

script.min.js in WP Coder – Insert & Manage Code Snippets 2.5.6, at assets/js/script.min.js

1 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 jQuery(document).ready(function(a){language();usersroles();showchange()});function showchange(){var a=jQuery('[name="param[show]"]').val();if(a=="posts"||a=="pages"||a=="expost"||a=="expage"||a=="taxonomy"){jQuery("#wow_id_post").css("display","");jQuery("#wow-shortcode").css("display","none")}else{if(a=="shortecode"){jQuery("#wow-shortcode").css("display","");jQuery("#wow_id_post").css("display","none")}else{jQuery("#wow-shortcode").css("display","none");jQuery("#wow_id_post").css("display","none")}}if(a=="taxonomy"){jQuery("#wow_taxonomy").css("display","")}else{jQuery("#wow_taxonomy").css("display","none")}}function language(){if(jQuery("#wow_depending_language").is(":checked")){jQuery("#wow_language").css("display","")}else{jQuery("#wow_language").css("display","none")}}function usersroles(){var a=jQuery('input[name="param[item_user]"]:checked').val();if(a==2){jQuery("#wow_users_roles").css("display","")}else{jQuery("#wow_users_roles").css("display","none")}}function itemadd(b){var a='<div class="wow-container include-file"> <div class="wow-element"> Type of file:<br/> <select name="param[include][]"> <option>css</option> <option>js</option> </select> </div> <div class="wow-element"> URL to file:<br/> <input type="text" value="" name="param[include_file][]" > </div> </div>';jQuery(a).appendTo("#include_file")}function itemremove(a){jQuery("div.include-file").last().remove()};