IT数码 购物 网址 头条 软件 日历 阅读 图书馆
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
图片批量下载器
↓批量下载图片,美女图库↓
图片自动播放器
↓图片自动播放器↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁
 
   -> JavaScript知识库 -> Jquery锚点导航定位 -> 正文阅读

[JavaScript知识库]Jquery锚点导航定位

锚点导航,点击左侧导航定位到标题

如图所示:
在这里插入图片描述

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<style type="text/css">
    #menu {
        position: fixed;
        top: 150px;
        float: left;
        width: 150px;
        border-right: 1px dashed gray;
    }
    
    #menu ul {
        margin-left: -40px;
    }
    
    #menu ul li a {
        display: block;
        font-size: 7px;
        font-weight: bold;
        width: 150px;
        height: 60px;
        line-height: 30px;
        text-decoration: none;
        color: #333;
        text-align: center;
    }
    
    li {
        list-style: none;
    }
    
    #menu ul li a:hover,
    #menu ul li a.current {
        color: #fff;
        background: #3398db;
    }
</style>
<script type="text/javascript">
    $(document).ready(function() {
        $(window).scroll(function() {
            var menu = $("#menu");
            var items = $("#boxes").find(".item"); /*这里也可以写成$("content .item")或者$(".item"),但相比之下效率就不那么高了,因为id是唯一的,通过id查找的效率因此就高一点*/
            var top = $(document).scrollTop();
            var currentId = "";
            items.each(function() {
                var m = $(this);
                var itemTop = m.offset().top;
                if (top > itemTop - 200) {
                    currentId = "#" + m.attr("id");
                } else {
                    return false;
                }
            });
            var currentLink = menu.find(".current");
            if (currentId && currentLink.attr("href") != currentId) {
                currentLink.removeClass("current");
                menu.find("[href='" + currentId + "']").addClass("current");
            }
        });
    });
</script>

<body>
    <div id="menu">
        <ul>
            <li><a href="#item1" class="current">第一章节 前言部分</a></li>
            <li><a href="#item2">第二章节 单病种数据填报 /上报情况分析</a></li>
            <li><a href="#item3">第三章节 各科室单病种数据质量分析</a></li>
        </ul>
    </div>
    <div id="boxes" style="float: left; margin-left: 130px; width: 90%; line-height: 35px;">
        <h2 style="text-align: center;"><span style="font-size: 15pt"><span style="font-family: 微软雅黑"><strong><strong><span
            style="font-size: 15pt"><span style="font-family: 微软雅黑"></span></span>
            </strong>
            </strong>
            </span>
            </span>
        </h2>
        <h2 style="text-align: center"><span style="font-size: 15pt"><span style="font-family: 微软雅黑"><strong><strong><span
            style="font-size: 15pt"><span style="font-family: 微软雅黑"><strong
                class="tag2">XXXX</strong>单病种质控分析报告</span> </span>
            </strong>
            </strong>
            </span>
            </span>
        </h2>
        <p id="item1" class="item">
            <span style="font-size: 15pt; margin-left: 40px;"><span style="font-family: 微软雅黑"><strong><strong><span
                style="font-size: 13pt"><span style="font-family: 微软雅黑"><strong>&nbsp;<span
                    style="font-family: 微软雅黑">第一章节</span> <span style="font-family: 微软雅黑">前言部分</span></strong>
            </span>
            </span>
            </strong>
            </strong>
            </span>
            </span>
        </p>
        <p style="margin-left: 40px; padding: 0 60px 10px 20px; text-align: justify">
            <span style="font-size: 12pt"><span
                style="font-family: Calibri"><span style="font-size: 13pt"><span style="font-family: 微软雅黑"><span
                    style="font-family: 微软雅黑">&nbsp; &nbsp;
                        2020年7月30日,国家卫生健康委办公厅关于进一步加强单病种质量管理与控制工作的通知中指出,国家卫生健康委在全国开展了单病种质量管理与控制工作</span></span>
            </span>&nbsp;<span style="font-size: 13pt"><span style="font-family: 微软雅黑"><span
                    style="font-family: 微软雅黑">,建立了</span><span style="font-family: 微软雅黑">&ldquo;单病种质量监测平台&rdquo;,持续监测单病种质控指标并发布质控结果</span></span>
            </span><span style="font-size: 13pt"><span style="font-family: 微软雅黑"><span
                    style="font-family: 微软雅黑"></span></span>
            </span><span style="font-size: 13pt"><span
                        style="font-family: 微软雅黑"><span style="font-family: 微软雅黑">上海今创《单病种监测上报系统》</span></span>
            </span><span style="font-size: 13pt"><span style="font-family: 微软雅黑"><span
                        style="font-family: 微软雅黑">以保障医疗质量和医疗安全</span></span>
            </span><span style="font-size: 13pt"><span style="font-family: 微软雅黑"><span
                                style="font-family: 微软雅黑">为出发点,</span></span>
            </span><span style="font-size: 13pt"><span
                                    style="font-family: 微软雅黑"><span style="font-family: 微软雅黑">进一步提升医疗质量精细化、科学化管理水平</span></span>
            </span><span style="font-size: 13pt"><span style="font-family: 微软雅黑"><span
                                    style="font-family: 微软雅黑"></span></span>
            </span>
            </span>
            </span>
        </p>
        <h2 style="padding: 0 60px 10px 20px; text-align: left; margin-left: 40px;" id="item2" class="item"><span style="font-size: 15pt"><span
            style="font-family: 微软雅黑"><strong><strong><span style="font-size: 13pt"><span
                style="font-family: 微软雅黑"><strong><span style="font-family: 微软雅黑">&nbsp;第二章节</span> <span style="font-family: 微软雅黑">单病种数据填报</span> <span style="font-family: 微软雅黑">/</span><span style="font-family: 微软雅黑">上报情况分析</span></strong>
            </span>
            </span>
            </strong>
            </strong>
            </span>
            </span>
        </h2>
        <p style="text-align: center; margin-left: 40px;">
            <span style="font-size: 12pt"><span
                style="font-family: Calibri"><strong><span style="font-size: 13pt"><span
                    style="font-family: 微软雅黑"><strong><span style="font-family: 微软雅黑">&nbsp; 1.1
                                &nbsp;整体情况:</span></strong>
            </span>
            </span>
            </strong>
            </span>
            </span>
        </p>
        <p style="margin-left: 40px; text-align: justify">
            <span style="font-size: 12pt"><span style="font-family: Calibri"><span
                style="font-size: 13pt"><span style="font-family: 微软雅黑" class="tag1"></span>&nbsp;</span><span style="font-size: 13pt"><span style="font-family: 微软雅黑"><span style="font-family: 微软雅黑"></span> <span style="font-family: 微软雅黑"><span class="tag2">xxxx</span>医院共填报单病种类型共
            <span class="tag3">xxxx</span>个,分别为<span class="tag4">xxxx病种</span>填报数量共计 <span class="tag5">xxxx</span></span>
            </span>
            </span>
            </span>
            </span>
        </p>
        <p style="margin-left: 40px; text-align: justify">
            <span style="font-size: 12pt"><span style="font-family: Calibri"><span
                style="font-size: 13pt"><span style="font-family: 微软雅黑"><span style="font-family: 微软雅黑"></span><span style="font-family: 微软雅黑"><span class="tag6"></span><span class="tag7"></span></span>
            </span>
            </span>
            </span>
            </span>
        </p>
        <p style="margin-left: 40px; text-align: justify">
            <span style="font-size: 12pt"><span style="font-family: Calibri"><span
                style="font-size: 13pt"><span style="font-family: 微软雅黑"><span
                    style="font-family: 微软雅黑">上报单病种数量共计</span><span class="tag8">xxxx</span></span>
            </span>
            </span>
            </span><span style="font-size: 12pt"><span style="font-family: Calibri"><span
                style="font-size: 13pt"><span style="font-family: 微软雅黑"><span
                    style="font-family: 微软雅黑">其中上报成功</span><span style="font-family: 微软雅黑"><span
                        class="tag9">xxxx</span>例,上报成功率 <span class="tag10">xxxx</span>;上报失败<span class="tag11">xxxx</span>例,失败率<span class="tag12">xxxx</span> </span>
            </span>
            </span>
            </span>
            </span>
        </p>
        <table align="center" border="1" cellpadding="0" cellspacing="0" id="fpageform1" style="width: 870px; font-size: 16px;">
            <thead>
                <tr>
                    <th scope="col">序号</th>
                    <th scope="col">病种类型</th>
                    <th scope="col">需上报例数</th>
                    <th scope="col">填报例数</th>
                    <th scope="col">上报总数(上报成功+上报失败)</th>
                    <th scope="col">上报率</th>
                </tr>
            </thead>
            <tbody class="tag13">
                <tr>
                    <td>内容</td>
                    <td>内容</td>
                    <td>内容</td>
                    <td>内容</td>
                </tr>
            </tbody>
        </table>
        <p>&nbsp;</p>
        <p style="margin-left: 40px; text-align: justify">
            <span style="font-size: 12pt"><span
                style="font-family: Calibri"><strong><span style="font-size: 13pt"><span
                    style="font-family: 微软雅黑"><strong><span style="font-family: 微软雅黑">1.2
                                单病种数据质量情况:</span></strong>
            </span>
            </span>
            </strong>
            </span>
            </span>
        </p>
        <p style="margin-left: 40px; text-align: justify">
            <span style="font-size: 12pt"><span style="font-family: Calibri"><span
                style="font-size: 13pt"><span style="font-family: 微软雅黑"><span
                    style="font-family: 微软雅黑">在医院等级评审、三级公立</span></span>
            </span><span style="font-size: 13pt"><span style="font-family: 微软雅黑"><span
                            style="font-family: 微软雅黑">医院绩效考核中</span></span>
            </span><span style="font-size: 13pt"><span
                                style="font-family: 微软雅黑"><span style="font-family: 微软雅黑">电子病历系统功能应用水平分级等大型</span><span style="font-family: 微软雅黑">&ldquo;考试&rdquo;中,单病种质控都是&ldquo;必考&rdquo;项目。其中,单病种重点关注指标包括:</span></span>
            </span>
            </span>
            </span>
        </p>
        <p style="margin-left: 40px; text-align: justify">
            <span style="font-size: 12pt"><span
                style="font-family: Calibri"><strong><span style="font-size: 13pt"><span
                    style="font-family: 微软雅黑"><strong><span style="font-family: 微软雅黑">某病种例数</span></strong>
            </span>
            </span>
            </strong><span style="font-size: 13pt"><span
                    style="font-family: 微软雅黑">=符合纳入条件的某病种出院人数累加求和;</span></span>
            </span>
            </span>
        </p>
        <p style="margin-left: 40px; text-align: justify">
            <span style="font-size: 12pt"><span
                style="font-family: Calibri"><strong><span style="font-size: 13pt"><span
                    style="font-family: 微软雅黑"><strong><span style="font-family: 微软雅黑">病历上报率</span></strong>
            </span>
            </span>
            </strong><span style="font-size: 13pt"><span style="font-family: 微软雅黑"><span
                    style="font-family: 微软雅黑">=年度内符合单病种纳入条件的某病种上报至国家单病种质量监测平台的病例数/同期符合单病种纳入条件的该病种出院人数累加求和</span></span>
            </span><span style="font-size: 13pt"><span style="font-family: 微软雅黑">*100%</span></span>
            </span>
            </span>
        </p>
        <p style="margin-left: 20px; width: 96%; height: 20px;"></p>
        <p style="margin-left: 20px; margin-top: 60px; width: 96%; height: 320px;" id="tag14"></p>
        <h2 style="text-align: center"><span style="font-size: 12pt"><span style="font-family: Calibri"><span
            style="font-size: 13pt"><span style="font-family: 微软雅黑"><span
                style="font-family: 微软雅黑">图为单病种填报趋势图<span>(备注:统计一年的填报数据)</span></span>
            </span>
            </span>
            </span>
            </span>
        </h2>
        <p style="margin-left: 40px; text-align: center">
            <span style="font-size: 12pt"><span style="font-family: Calibri"><span
                style="font-size: 13pt"><span style="font-family: 微软雅黑"><span style="color: #ff0000"></span></span>
            </span>
            </span>
            </span>
        </p>
        <p id="tag15" style="text-align: justify; width: 96%; height: 320px;"></p>
        <p style="text-align: center">
            <span style="font-size: 12pt"><span style="font-family: Calibri"><span
                style="font-size: 13pt"><span style="font-family: 微软雅黑"><span
                    style="font-family: 微软雅黑">图为单病种上报趋势图<span>(备注:统计一年的上报数据)</span></span>
            </span>
            </span>
            </span>
            </span>
        </p>
        <p style="text-align: center">
            <span style="font-size: 12pt"><span style="font-family: Calibri"><span
                style="font-size: 13pt"><span style="font-family: 微软雅黑"><span style="color: #ff0000"></span></span>
            </span>
            </span>
            </span>
        </p>
        <p style="text-align: left; margin-left: 60px;">
            <span style="font-size: 12pt"><span
                style="font-family: Calibri"><strong><span style="font-size: 13pt"><span
                    style="font-family: 微软雅黑"><strong><span style="font-family: 微软雅黑">平均住院日</span></strong>
            </span>
            </span>
            </strong><span style="font-family: 微软雅黑" class="tag16" title="某病种出院患者占用总床日数/同期同病种总出院人数">=某病种出院患者占用总床日数/同期同病种总出院人数</span> </span>
            </span>
            </span>
            </span>
        </p>
        <p style="text-align: left; margin-left: 60px;">
            <span style="font-size: 12pt"><span
                style="font-family: Calibri"><strong><span style="font-size: 13pt"><span
                    style="font-family: 微软雅黑"><strong><span style="font-family: 微软雅黑">次均费用</span></strong>
            </span>
            </span>
            </strong><span style="font-family: 微软雅黑" class="tag17" title="某病种总出院费用/同期同病种总出院人数">=某病种总出院费用/同期同病种总出院人数</span> </span>
            </span>
        </p>
        <p style="text-align: left; margin-left: 60px;">
            <span style="font-size: 12pt"><span
                style="font-family: Calibri"><strong><span style="font-size: 13pt"><span
                    style="font-family: 微软雅黑"><strong><span style="font-family: 微软雅黑">病死率</span></strong>
            </span>
            </span>
            </strong><span style="font-family: 微软雅黑" class="tag18" title="某病种死亡人数/同期同病种总出院人数*100%">=某病种死亡人数/同期同病种总出院人数*100%</span></span>
            </span>
        </p>
        <h2 style="text-align: center"><span style="font-size: 12pt"><span style="font-family: Calibri"><span
            style="font-size: 13pt"><span style="font-family: 微软雅黑"><span
                style="font-family: 微软雅黑; font-weight: bold;">各病种平均住院日、次均费用、病死率汇总(上报数据)</span></span>
            </span>
            </span>
            </span>
        </h2>
        <table align="center" border="1" cellpadding="0" cellspacing="0" id="fpageform2" style="width: 870px; font-size: 16px;">
            <thead>
                <tr>
                    <th scope="col">病种类型</th>
                    <th scope="col">平均住院日</th>
                    <th scope="col">次均费用</th>
                    <th scope="col">病死率</th>
                </tr>
            </thead>
            <tbody class="tag19">
                <tr>
                    <td>内容</td>
                    <td>内容</td>
                    <td>内容</td>
                    <td>内容</td>
                </tr>
            </tbody>
        </table>
        <br />
        <h2 style="margin-left: 40px; padding: 0 60px 10px 20px; text-align: left" id="item3" class="item"><span style="font-size: 15pt"><span
            style="font-family: 微软雅黑"><strong><strong><span style="font-size: 13pt"><span
                style="font-family: 微软雅黑"><strong><span style="font-family: 微软雅黑">第三章节</span> <span style="font-family: 微软雅黑">各科室单病种数据质量分析</span></strong>
            </span>
            </span>
            </strong>
            </strong>
            </span>
            </span>
        </h2>
        <p style="margin-left: 40px; text-align: justify">
            <span style="font-size: 12pt"><span style="font-family: Calibri"><span
                style="font-size: 13pt"><span style="font-family: 微软雅黑"><span style="font-family: 微软雅黑">&nbsp;
                        填报单病种数量数量共计</span><span style="font-family: 微软雅黑"><span class="tag20">xxx</span> 例,遍布<span class="tag21">xxx</span>个科室,其中按填报量排名前三科室分布为<span class="tag22">xxx</span></span>
            </span>
            </span>
            </span>
            </span>
        </p>
        <p style="text-align: justify; width: 90%; height: 400px;" id="tag23"></p>
        <p style="text-align: center">
            <span style="font-size: 12pt"><span style="font-family: Calibri"><span
                style="font-size: 13pt"><span style="font-family: 微软雅黑"><span
                    style="font-family: 微软雅黑">各科室填报例数统计图</span></span>
            </span>
            </span>
            </span>
        </p>
        <p style="margin-left: 40px; margin-top: 60px; text-align: justify">
            <span style="font-size: 12pt"><span
                style="font-family: Calibri"><span style="font-size: 13pt"><span style="font-family: 微软雅黑"><span
                    style="font-family: 微软雅黑">&nbsp; 上报单病种数量数量共计</span><span style="font-family: 微软雅黑"><span
                        class="tag24">xxx</span> 例,遍布<span class="tag25">xxx</span>个科室,其中按上报量(上报成功+上报失败)排名前三科室分布为<span class="tag26">xxx</span></span>
            </span>
            </span>
            </span>
            </span>
        </p>
        <p style="text-align: justify; width: 90%; height: 400px;" id="tag27"></p>
        <p style="text-align: center">
            <span style="font-size: 12pt"><span style="font-family: Calibri"><span
                style="font-size: 13pt"><span style="font-family: 微软雅黑"><span
                    style="font-family: 微软雅黑">各科室上报例数统计图</span></span>
            </span>
            </span>
            </span>
        </p>
    </div>
    </div>
</body>

</html>
  JavaScript知识库 最新文章
ES6的相关知识点
react 函数式组件 & react其他一些总结
Vue基础超详细
前端JS也可以连点成线(Vue中运用 AntVG6)
Vue事件处理的基本使用
Vue后台项目的记录 (一)
前后端分离vue跨域,devServer配置proxy代理
TypeScript
初识vuex
vue项目安装包指令收集
上一篇文章      下一篇文章      查看所有文章
加:2022-10-08 20:32:10  更:2022-10-08 20:36:26 
 
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁

360图书馆 购物 三丰科技 阅读网 日历 万年历 2024年5日历 -2024/5/17 19:49:50-

图片自动播放器
↓图片自动播放器↓
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
图片批量下载器
↓批量下载图片,美女图库↓
  网站联系: qq:121756557 email:121756557@qq.com  IT数码