$(document).ready(function () { //$(".slideContent").hide(); $(".arrow-up").hide(); $(".slideArrow").click(function () { $(".slideContent").slideToggle(500); $(this).find(".arrow-up, .arrow-down").toggle(); }); }); //回上方的js --> $(document).ready(function () { $("#topBtn").hide(); $(function () { //檢查螢幕高度 var height = $(window).height(); $(window).scroll(function () { if ($(window).scrollTop() > 300) { $("#topBtn").fadeIn(); } else { $("#topBtn").fadeOut(); } }); $('#topBtn').click(function () { $('html,body').animate({ scrollTop: '0px' }, 600); return false; }); }); }); //header搜尋的js --> $(document).ready(function () { $(function () { //檢查螢幕高度 var height = $(window).height(); $(window).scroll(function () { if ($(window).scrollTop() > 5) { $(".topSearchWrap").fadeOut(200); } else { $(".topSearchWrap").fadeIn(); } }); }); }); -->
跳到主要內容區塊
定位點

112年5月罕見疾病通報個案統計表

"); return false; }

發布單位:發布單位:婦幼健康組

  • 點閱次數:點閱次數:3714
  • 更新日期:更新日期:2023/06/15
  • 發布日期:發布日期:2023/06/15
112年5月罕見疾病通報個案統計表

您可能會喜歡

看完本篇主題後,您的感覺如何?
$(".resizeWrap").resizable(); //滑鼠移過展開--> $('.resizeBox a').mouseover(function () { $('.fontSizeControl').show(); }); $('.resizeBox').mouseleave(function () { $('.fontSizeControl').hide(); }); //tab展開--> $('.resizeBox a').focus(function () { $('.fontSizeControl').show(); }); $('.resizeBox .lg').focusout(function () { $('.fontSizeControl').hide(); }); //網站色系的js--> //滑鼠移過展開--> $('.colorBox a').mouseover(function () { $('.colorControl').show(); }); $('.colorBox').mouseleave(function () { $('.colorControl').hide(); }); //tab展開--> $('.colorBox a').focus(function () { $('.colorControl').show(); }); $('.colorBox .pink').focusout(function () { $('.colorControl').hide(); }); //FlexSlider $('.flexslider').flexslider({ animation: "fade", startAt: 0, slideshow: true, slideshowSpeed: 2000, animationSpeed: 1000, pauseOnAction: true, pauseOnHover: true, directionNav: false, pausePlay: true }); //slick slider的js $(document).on('ready', function () { $(".themeList").slick({ dots: false, infinite: true, slidesToShow: 5, slidesToScroll: 1, responsive: [ { breakpoint: 1024, settings: { slidesToShow: 3, } }, { breakpoint: 480, settings: { slidesToShow: 1, } }, ] }); $(".siteLinkList").slick({ dots: false, infinite: true, slidesToShow: 7, slidesToScroll: 3, responsive: [ { breakpoint: 1024, settings: { slidesToShow: 5, slidesToScroll: 3, } }, { breakpoint: 480, settings: { slidesToShow: 2, slidesToScroll: 1, } }, ] }); $(".pmLinks").slick({ dots: false, infinite: true, slidesToShow: 2, slidesToScroll: 1, autoplay: true, responsive: [ { breakpoint: 1024, settings: { slidesToShow: 1, slidesToScroll: 1, } }, { breakpoint: 480, settings: { slidesToShow: 1, slidesToScroll: 1, } }, ] }); }); jQuery('img.svg').each(function () { var $img = jQuery(this); var imgID = $img.attr('id'); var imgClass = $img.attr('class'); var imgURL = $img.attr('src'); jQuery.get(imgURL, function (data) { // Get the SVG tag, ignore the rest var $svg = jQuery(data).find('svg'); // Add replaced image's ID to the new SVG if (typeof imgID !== 'undefined') { $svg = $svg.attr('id', imgID); } // Add replaced image's classes to the new SVG if (typeof imgClass !== 'undefined') { $svg = $svg.attr('class', imgClass + ' replaced-svg'); } // Remove any invalid XML tags as per http://validator.w3.org $svg = $svg.removeAttr('xmlns:a'); // Check if the viewport is set, if the viewport is not set the SVG wont't scale. if (!$svg.attr('viewBox') && $svg.attr('height') && $svg.attr('width')) { $svg.attr('viewBox', '0 0 ' + $svg.attr('height') + ' ' + $svg.attr('width')) } // Replace image with new SVG $img.replaceWith($svg); }, 'xml'); }); -->
OSZAR »