JQuery Ajax help
- by mtwallet
Hi. I am creating a portfolio page for m personal site. I have a slider with a bunch of anchors that relate to projects I have worked on, each one contains a client logo that when clicked should load a html page into a div on the same page. I would like to use JQuery to achieve this my question is which method would I use load() or ajax(). This is not something I have done before so I'm a little confused what the difference is.
Also if it makes any difference to my question I will be making the site content managed with MODX very soon.
Many thanks in advance.