Hi,
I have several DIVs that I make visible or hidden during the apps lifetime.
I use the Appery("helppage_div").hide() or .show() command to control these, and the "visible" option in the DIVs parameters is not ticked to hide it by default.
Is there a way I can check to see if the DIV is visible or not?
I tried:
var divvisible = Appery("helppage_div").css("visibility");
but this always returns true, so thats not helpful.