I want to create something like this:
Clicking a "button" in an HTML page will direct the user to another HTML page, and make a "hidden div" in that other page shows.
How to make this with jQuery?
Here is my code:
• PAGE01.html (where the "button" resides): (HTML code & jQuery code): http://jsfiddle.net/pDpeN/
• PAGE02.html (where the user will be directed and the "hidden div" resides): (HTML code): http://jsfiddle.net/kdHrh/
Thank you in advance.