I have my slide deck hidden on every page but I would like it to be visible on my home page how would I do this using jquery? here is a live demo http://epecho.com/tst/index.html
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.
Here is the JavaScript that shows/hides the slide show that is on your page:
Using the window.location.href (as suggested by Andreas) function you should do something like:
I suggest the following extra modifications:
Hope this helps.
Bob