Take a look at the code snippet provided in this jsfiddle link: http://jsfiddle.net/JLXs5/3/
I am trying to achieve a functionality where upon clicking on "here", I want to replace the div containing the signup form with the div that contains the login form (the login form is currently set to display:none) using a quick fade effect. As I am not well-versed in AJAX, I am finding it challenging to figure out how to accomplish this task. Any assistance or guidance on how to properly swap these divs would be greatly appreciated.
Thank you! Ringo