Hello,
I don't know if this is the correct (sub)-forum to place this, but it's mainly a question that I think has something to do with jQuery or JS in general.
Well, I got a website which has several divs.
One of the divs is a menu div, which is on the very left of the site.
In the middle I got a "main div".
On the right side of the site I got another div.
Now, I want the main div to show a page once I click a link in the menu div, kinda like how frames work.
Let's say I click a link called "Profile", then the main div should show profile.php inside the div, like a frame would have done with "target=main'".
I just wonder, is this possible?
I got a huge script, and I don't want to make them all over again, therefor begin able to load pages into DIVs would be very helpful.
Thank you.