ini plugin
This commit is contained in:
@@ -3,5 +3,7 @@ const sendButton = document.getElementById('mybutton');
|
||||
|
||||
sendButton.addEventListener('click', () => {
|
||||
const inputValue = inputElement.value;
|
||||
console.log("inputValue:");
|
||||
console.log(inputValue);
|
||||
ajax_post(inputValue, 'get_data');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user