Hi everyone, I'm using jQuery to power all the nice animation effects and such. But I'm also using it to make my DOM life easier too.
With that, here's what I want to do: When you click on a link (in this case, an <a>), the <div> to its right is replaced with new content. I tried to do this earlier with an <iframe> but I think it's overkill for what I want. I'm working on this page to get a "non-flash" version running because of SEO compliance: http://www.theportalgrp.com. So, for example, clicking on "services" will bring up the services div on the right. Would using jQuery objects that contain the <div>s be better, and then do a content replace? And I don't know if .toggle() is better, or .click() or which function to do what I want. Any help would be greatly appreciated. Thanks! Eugene