PluginProbe
WP Coder – Insert & Manage Code Snippets / 2.5.5
WP Coder – Insert & Manage Code Snippets v2.5.5
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 / admin.min.js

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

1 lines 1016 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 jQuery(document).ready(function(a){a(".wow-plugin .tab-nav li:first").addClass("select");a(".wow-plugin .tab-panels>div").hide().filter(":first").show();a(".wow-plugin .tab-nav a").click(function(){a(".wow-plugin .tab-panels>div").hide().filter(this.hash).show();a(".wow-plugin .tab-nav li").removeClass("select");a(this).parent().addClass("select");return(false)});a(".wow-plugin input:checkbox:checked").each(function(){var c=a(this).attr("id");var b=c.replace("wow_","");a("input[name='param["+b+"]']").val(1)});a('.wow-plugin input[type="checkbox"]').change(function(){var c=a(this).attr("id");var b=c.replace("wow_","");if(a(this).prop("checked")){a("input[name='param["+b+"]']").val(1)}else{a("input[name='param["+b+"]']").val(0)}});wow_attach_tooltips(a(".wow-help"))});function wow_attach_tooltips(a){a.tooltip({content:function(){return jQuery(this).prop("title")},tooltipClass:"wow-ui-tooltip",position:{my:"center top",at:"center bottom+10",collision:"flipfit"},hide:{duration:200},show:{duration:200}})};