5
Answers

Compare control type with control Id

Photo of dawood abbas

dawood abbas

6y
575
1
How to compare control type with control Id, like below..below syntax not working.
 
if ($('input[type=text]') != $('#txtName')) 

Answers (5)