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 深度学习根据CNN网络模型,搭建BP模型并训练MNIST数据集
    • ¥15 lammps拉伸应力应变曲线分析
    • ¥15 C++ 头文件/宏冲突问题解决
    • ¥15 用comsol模拟大气湍流通过底部加热(温度不同)的腔体
    • ¥50 安卓adb backup备份子用户应用数据失败
    • ¥20 有人能用聚类分析帮我分析一下文本内容嘛
    • ¥15 请问Lammps做复合材料拉伸模拟,应力应变曲线问题
    • ¥30 python代码,帮调试,帮帮忙吧
    • ¥15 #MATLAB仿真#车辆换道路径规划
    • ¥15 java 操作 elasticsearch 8.1 实现 索引的重建