I'm using the Liquid Slider for my site.
I have a lot of pages of projects and i want to use this slider with ajax to load any single html content in each slides but I don't know where to start with it...i have found this link but it doesn't work
thanks for helping me!
You can try starting here on the examples page:
http://kevinbatdorf.github.io/liquidslider/examples/page2.html#ajax
ps. this is my script:
var api2 = $.data( $('#slider-7')[0], 'liquidSlider'); $.ajax({ complete: function() { $('#loader').html('This JSON request was faked, and you will surely want to write a real one in it\'s place' + $('.profile').html()).load('example.html'); api2.adjustHeight(true, api2.getHeight()); } });