第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

WP 下的 Ajax 請(qǐng)求 - 腳本簡(jiǎn)單根本不起作用

WP 下的 Ajax 請(qǐng)求 - 腳本簡(jiǎn)單根本不起作用

PHP
慕田峪9158850 2021-07-01 14:00:04
我開(kāi)始學(xué)習(xí) WP 下的 AJAX 請(qǐng)求,但不幸的是我堅(jiān)持一開(kāi)始,不知道我做錯(cuò)了什么。我寫(xiě)了非?;镜拇a,根本不起作用。我閱讀了文檔,但無(wú)濟(jì)于事,所以我決定問(wèn)您問(wèn)題出在哪里。PHPfunction pt_get_participants(){    echo json_encode('test');}protected function filtrateParticipants($update = false, $dataToFiltration=[]){    wp_enqueue_script( 'pt-script-main', get_parent_theme_file_uri().'/assets/js/ptAjaxHandler.js' , array(), '1.0.0', true );    $protocol = isset($_SERVER['HTTPS']) ? 'https://' : 'http://';    wp_localize_script( 'pt-script-main', 'pt_data', array(        'ajax_url' => admin_url('admin-ajax.php', $protocol),        'nonce' => wp_create_nonce( "pt_participant_nonce" ))    );    add_action('wp_ajax_nopriv_pt_get_participants', array($this, 'pt_get_participants'));    add_action('wp_ajax_pt_get_participants',array($this, 'pt_get_participants'));}   Java腳本(function($) {    $(document).ready(function(){        var data = {            action: 'pt_get_participants',            nonce: pt_data.pt_participant_nonce,            success: 'success'        };        $.get(pt_data.ajax_url, data, function(res){            console.log(res);        });    });    console.log('test');})(jQuery);
查看完整描述

2 回答

?
料青山看我應(yīng)如是

TA貢獻(xiàn)1772條經(jīng)驗(yàn) 獲得超8個(gè)贊

你如何調(diào)用 filtrateParticipants 方法以及在哪里?

在你的類(lèi)構(gòu)造函數(shù)中做這樣的事情可能會(huì)有所幫助

add_action('init', [ $this, 'filtrateParticipants'] );

另外,您的代碼中有錯(cuò)字

您正在傳遞名為nonce 的參數(shù)

nonce ' => wp_create_nonce("pt_participant_nonce"))

而您正試圖將其用作pt_participant_nonce

隨機(jī)數(shù):pt_data。pt_participant_nonce


查看完整回答
反對(duì) 回復(fù) 2021-07-02
  • 2 回答
  • 0 關(guān)注
  • 167 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢(xún)優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)