How to load a gallery from another page into a div on my page?
- by Susana
Ok so I am new to jquery.
What I am trying to do is to have multiple galleries in one page.
The in another page I have a div and some links. Depending in which link you click on the gallery to be displayed in the div should change.
All my links have different Ids and all my galleries too.
I know there should be a way to do it with Jquery. Can anybody tell me how I can do this.
Thanks :)