add_action ('ready', function( $el ){ // $el will be equivalent to $('body') // find a specific field var $field = $('#my-wrapper-id'); // do something to $field } ...
確定! 回上一頁