$(document).on('input', 'form[name="filter"] input', function (event) { alert(event.target.type); });