golden hour
/var/www/html/wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/js
⬆️ Go Up
Upload
File/Folder
Size
Actions
admin.js
444 B
Del
OK
custom.js
13.11 KB
Del
OK
slick.js
45.43 KB
Del
OK
unveil.js
716 B
Del
OK
woocomposer.min.js
32.09 KB
Del
OK
Edit: 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);;
Save