how can i visible an invisible control with jquery (hide and show not work)
Posted
by LostLord
on Stack Overflow
See other posts from Stack Overflow
or by LostLord
Published on 2010-06-11T18:24:07Z
Indexed on
2010/06/11
18:32 UTC
Read the original article
Hit count: 201
hi my dear friends ...
How can I change the visibility of a control with jQuery? I have a control that its visible property to false...(not css)
When I used show() function for it nothing happened, it seems that hide() and show() methods are for css set of a control , not visible property...
Thanks for your answers,
Best regards
© Stack Overflow or respective owner