!function($){"use strict";$(function(){$("select.general-post-type").on("change",function(){$("#submit").attr("disabled","disabled");var t=this.value;$("select.general-post-taxonomy").stop().animate({opacity:0},function(){$.ajax({type:"POST",url:ajaxurl,cache:!1,data:"action=get_selected&option="+t,complete:function(){},success:function(t){$("select.general-post-taxonomy").html(t).stop().animate({opacity:1},"fast"),$("#submit").removeAttr("disabled")}})})}),$(".plugin-colorpicker").wpColorPicker()})}(jQuery);