芝麻web文件管理V1.00
编辑当前文件:/var/www/cognitio.in/wp-content/plugins/Ultimate_VC_Addons/woocomposer/assets/js/admin.js
( function ( $ ) { 'use strict'; jQuery( document ).ready( function ( e ) { const 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 );