Can anyone suggest a good tutorial or framework for ajax/php split panels. The idea is to create 2 panels and in panel 1 have a menu which when clicked opens content in panel 2. I have spent ages trying to find examples on google, but no luck. Thank you.
Can anyone suggest a good tutorial or framework for ajax/php split panels. The idea
Share
Example:
You have two
<div>‘s with id’s div1 and div2.div1 contains a menu with
<li>-objects. The first one has the id menu1This is, ofc, if the path_to_php.php-file returns html sctructured data.