Posted on: 1/31/2014 4:01:21 PM | Views : 594

Hi
I have 2 panels that I swap using JQuery (thanks A2H).
It does the following:
When the page starts, Panel1 is visible and Panel2 is not.
After 5 seconds Panel2 is visible and Panel1 is not.
--------------------------------------------------------------
I need to control the swap with the code and to do the following:
At page start
IF OK THEN
   PANEL1 IS VISIBLE AND PANEL2 IS NOT. AFTER 5 SEC PANEL2 IS VISIBLE AND PANEL1 IS NOT (working)
ELSE
   PANEL2 IS VISIBLE ALL THE TIME
ENDIF
Thanks,

Go to the complete details ...