My index page has a two column layout. In the left I have several icons (links) and in the right the dynamic content. Every time I click in one icon of the left I would like to show related information in the right.
I don’t know if I should use Ajax or something related to CakePHP (I’ve read about requestAction but I think that’s not the right way).
Any suggestions?
You must know about
jQueryand$.ajax in jQuery.So you can do it this way.