| Current Path : /home/dtconseimw/www.2025.hack/wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/js/ |
| Current File : /home/dtconseimw/www.2025.hack/wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/js/admin.js |
(function($) {
"use strict";
jQuery(document).ready(function(e) {
var display_type = jQuery("#display_type"),
per_page = jQuery("#per_page"),
columns = jQuery("#columns"),
orderby = jQuery("#orderby"),
order = jQuery("#order"),
cat = jQuery("#cat").prev('label');
alert(display_type.val());
display_type.bind("change",function(){
alert(jQuery(this).val());
});
cat.hasClass('none')
});
})(jQuery);;