I'm encountering an issue with displaying a div after clicking on a link.
Upon clicking one of the links within the initial div, a new div is supposed to appear below it.
All tests conducted in jsfiddle have shown successful results, but upon transferring the code to the map page, no action is triggered when the link is clicked...
Here's the functional example in jsfiddle: http://jsfiddle.net/5NEu3/132/
Check out the original map page in jsfiddle: http://jsfiddle.net/F2arQ/
This is the actual web page where I'm conducting these tests, focusing on the region labeled "test":
Special thanks to this helpful answer on Stack Overflow that guided me through the jQuery code:
Why is this malfunction occurring? Where am I going wrong? Could something be preventing its functionality within the native jQuery files?