$(document).on('click','input[name=tech]', function(event){ for(let key in this.form) console.log(`${key} : ${this.form[key]}`); });