Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为我的网站使用 Liquid Slider。
我有很多项目页面,我想使用这个带有 ajax 的滑块在每张幻灯片中加载任何单个 html 内容,但我不知道从哪里开始......我找到了这个链接,但它没有工作
http://liquidslider.kevinbatdorf.com/tutorials/dynamically-add-content-to-a-panel-when-clicked-using-ajax/
谢谢你帮助我!
附言。这是我的脚本:
var api2 = $.data( $('#slider-7')[0], 'liquidSlider'); $.ajax({ 完成:函数(){ $('#loader').html('这个 JSON 请求是伪造的,你肯定想在它的地方写一个真实的' + $('.profile').html()).load( 'example.html'); api2.adjustHeight(true, api2.getHeight()); } });
您可以尝试从示例页面开始:
http://kevinbatdorf.github.io/liquidslider/examples/page2.html#ajax