5
Answers

Compare control type with control Id

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

Answers (5)