Investigating a bit of jquery, I found this function:
$(document).on('click', '.class', function () {
let element = $(this)[0]
let search = $(element).attr('dat')
console.log(element)
})
I am learning javascript - I still do not...
asked by
03.01.2019 / 21:26