ini plugin

This commit is contained in:
asus
2024-02-12 11:26:44 +01:00
parent ff7a9423a1
commit 3f38cf523a
8 changed files with 38 additions and 36 deletions

View File

@@ -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');
});