PHP Classes

File: upload/plugins/bulletinboard/js/core.js

Recommend this page to a friend!
  Classes of James Brows   PHP Bulletin Board   upload/plugins/bulletinboard/js/core.js   Download  
File: upload/plugins/bulletinboard/js/core.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Bulletin Board
Manage and post messages in multi-user forums
Author: By
Last change:
Date: 2 years ago
Size: 467 bytes
 

Contents

Class file image Download
// btn-refresh-captcha $(document).on('click','.btn-refresh-captcha',function(){ var jsonData={}; jsonData['type']='1'; // sendData['save_data']=JSON.stringify(jsonData); postData(API_URL+'plugin_api?plugin=bulletinboard&func=frontend_api&api_nm=bb_refresh_captcha', jsonData).then(data => { // console.log(data); // JSON data parsed by `data.json()` call $('.wrap_catpcha_str').html(data['data']); }); });