Loading block on click
Permalink
I have a problem.
I tried to load block(page_list) on click in a div.
What I did is I assigned to <a> id="page_id"
So I links with page ID and when I click on it I want to load a particular page_list based on what <a> was clicked.
Because I have 77 page_list I dont wanna do it manual.
Now I am using IFrame but it is not so good...I am loading a whole page.
I tried to load block(page_list) on click in a div.
What I did is I assigned to <a> id="page_id"
So I links with page ID and when I click on it I want to load a particular page_list based on what <a> was clicked.
Because I have 77 page_list I dont wanna do it manual.
Now I am using IFrame but it is not so good...I am loading a whole page.
There are several ways to achieve that. My personal preference is to use my Blocks By Ajax addon with a remote trigger to actually perform the load.
http://www.concrete5.org/marketplace/addons/blocks-by-ajax/...