Answers for "jquery check if field exist by name"

1

jquery check if field exist by name

if (! $('input[name="inputName"]').length) {
  //Your code when inputName does not exist! 
}
Posted by: Guest on April-07-2021

Code answers related to "jquery check if field exist by name"

Code answers related to "Javascript"

Browse Popular Code Answers by Language