Welcome
How can I do to Jquery shown when you click the hidden div, and opened a link in a new window at the same time.
I am looking for an hour already and I can not find any project: (
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.
Without any code samples this is the most specific I can be. Where
yourElementis the id of the element you click on, andhiddenDivis the div you want to show.If what you are clicking on is a link (a tag) you could do it like this:
http://jsfiddle.net/HCAfz/