Does Microsoft AJAX jscript $find not work on hidden / non-visible elements?
I can’t seem to get it work but I don’t know if this is expected behavior.
Does Microsoft AJAX jscript $find not work on hidden / non-visible elements? I can’t
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you have set the
Visibleproperty of a control tofalse, then$findwill not find anything, because asp.net doesn’t generate html for the controls withVisibleproperty set tofalse. But it should work if your using css/javascript to hide control.