芝麻web文件管理V1.00
编辑当前文件:/home/prismawe/clients/_syntaxis.fr/wp-content/plugins/groups/lib/views/class-groups-uie.php
'; $output .= 'if (typeof jQuery !== "undefined"){'; if ( $on_document_ready ) { $output .= 'jQuery("document").ready(function(){'; } switch( self::$select ) { case 'selectize' : $output .= sprintf( 'jQuery("%s").selectize({%splugins: ["remove_button"]});', $selector, $create ? 'create:true,' : '' ); break; } if ( $on_document_ready ) { $output .= '});'; } $output .= '}'; // typeof jQuery $output .= ''; } return $output; } public static function render_add_titles( $selector ) { $output = ''; return $output; } } Groups_UIE::init();