getJSON ( my_action_data.ajaxurl, data, function( json ) { if ( json.success ) { alert( 'yes!' ); } else { alert( json.data.message ); } } ); } ); })( jQuery ...
確定! 回上一頁