First try AJAX
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
function kebab () {
|
||||
$('#values').html('kebab');
|
||||
console.log('yeet');
|
||||
$('#update').click(updateData())
|
||||
function updateData () {
|
||||
const url = 'http:' + window.location.hostname + ':5000/data'
|
||||
$.get(url, function (data, status) {
|
||||
$('#debug').text(data)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user