doulu3808 2016-06-03 14:54
浏览 36

使用HTML而不是PHP的基本jQuery Slider

I am attempting to create a SCORM file that uses the Basic jQuery Slider to allow the user to scroll through content for our online course. As of right now, the previous person who implemented this scroll feature did so in PHP, which doesn't seem to work with SCORM as it is a server based language. When the user scrolls through the pages, they auto-populate the individual pages.

<div id="my-slideshow">
   <ul class="bjqs">
      <li><?php include"webui-page1.php";?></li>
      <li><?php include"webui-page2.php";?></li>
      <li><?php include"webui-page3.php";?></li>
      <li><?php include"webui-page4.php";?></li>
      <li><?php include"webui-page5.php";?></li>
      <li><?php include"webui-page6.php";?></li>
      <li><?php include"webui-page7.php";?></li>
       <li><?php include"webui-page8.php";?></li>
        <li><?php include"webui-page9.php";?></li>
    </ul>
</div>

I have changed all of the PHP pages to .html format.

My question is, how do I include each individual page like before without using PHP? I'm sure its some kind of javascript but I haven't found a way yet.

Essentially I want this:

<div id="my-slideshow">
   <ul class="bjqs">
      <li> (*some kind of javascript)webui-page1.html</li>
  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 高德地图点聚合中Marker的位置无法实时更新
    • ¥15 DIFY API Endpoint 问题。
    • ¥20 sub地址DHCP问题
    • ¥15 delta降尺度计算的一些细节,有偿
    • ¥15 Arduino红外遥控代码有问题
    • ¥15 数值计算离散正交多项式
    • ¥30 数值计算均差系数编程
    • ¥15 redis-full-check比较 两个集群的数据出错
    • ¥15 Matlab编程问题
    • ¥15 训练的多模态特征融合模型准确度很低怎么办