5
Answers

Compare control type with control Id

dawood abbas

dawood abbas

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