preface

Recently, I was developing the educational administration management system for a training institution, and what I encountered most was the display of the timetable. After searching in Google, I found a better timetable, so I shared it with everyone. Online demo: timetable.askblog.net/Timetable.h…

step0

Introduce relevant CSS and JS files

    <link href="css/bootstrap.css" rel="stylesheet" />
    <link href="css/bootstrap-responsive.css" rel="stylesheet" />
    <link href="css/docs.css" rel="stylesheet" />
    <link href="css/tribal-bootstrap.css" rel="stylesheet" />
    <link href="css/tribal-timetable.css" rel="stylesheet" />

    <script type="text/javascript" src="js/jquery-latest.js"></scrip
Copy the code