Link to home
Start Free TrialLog in
Avatar of mattibutt
mattibuttFlag for United States of America

asked on

complicated problem for content display pervent

hi
i have a quiz which loads up once user accept the terms and condition but now i want to display a timer before showing the first question
as soon quiz is ready to load it show like counting 5 4 3 2 1 then load the stuff of the page which include questions and answer and another javascript time
Avatar of manavsi
manavsi
Flag of India image

well, i would recommend you to use a JS pre-loader which can change the text using the settimeout()...
since i see you use php framework, use a JS library like ExtJS, or jQuery etc. with xAjax to perform exactly the task you want.. :)

HTH
Manavsi
Avatar of mattibutt

ASKER

hi manavsi

i can use jquery but i dont know how i can accomplish this task i am stuck cant think how to begin
ASKER CERTIFIED SOLUTION
Avatar of manavsi
manavsi
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
thanks buddy