SoFunction
Updated on 2025-03-03

Use js to determine whether the control has gained focus


$("#textID").click(function(){
var act = ;
if(act == "textID" ){
 alert("true");
}else{
 alert("false");
}
} );