[jQuery] jQuery and div/iframe/pane content replace

2010-01-22 Thread Eugene Hourany
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

Re: [jQuery] jQuery and div/iframe/pane content replace

2010-01-22 Thread John Arrowwood
You could probably come up with a dozen ways of doing it. You could have different divs all loaded but hidden, then hide and show them as needed, which would be a very different animation than you have now. Or you could use ajax to load the different DIV contents (which might be nice for site