jQuery Vérifiez si le champ existe par son nom
if (! $('input[name="inputName"]').length) {
//Your code when inputName does not exist!
}
Ivan The Terrible
if (! $('input[name="inputName"]').length) {
//Your code when inputName does not exist!
}