javascript

背景图切换
背景图切换

<div class="home-alication" data-bg-img=""> <div class="max1700 clearfix"> <div class="hm-title hm-title2 text-center"...

获取高度
获取高度

// 获取 about-list 高度(包括外边距) var headerHeightWithMargin = $(&#39;.about-list&#39;).outerHeight(true); $(&#39;.hom...

原生JS 弹窗视频
原生JS 弹窗视频

<a href="#" class="play-st"> <img src="//cdn.myxypt.com/4a5ac36e/24/05/070129b3e4f8d54255cc32c5b2b07f83e3c378ba.png" alt=""> <...

JS页面下滑固定顶部
JS页面下滑固定顶部

在页面向下滑到的时候,版块固定在顶部。

JS滚动板块固定显示
JS滚动板块固定显示

$(document).ready(function() { $(window).scroll(function() { // 获取元素相对于文档顶部的偏移量 var ...

swiper 常用参数
swiper 常用参数

swiper 回调函数 on: { slideChangeTransitionEnd: function(){ console.log(this.activeIndex) if (this.activeInd...

照片墙滚动
照片墙滚动

<div class="ipart02"> <div class="container2"> <div class="infor"> <div class="wrap"> ...

搜索当前页面查找内容
搜索当前页面查找内容

<form> <input type="search" id="searchInput" placeholder="Search..."> <button type="button" onclick="searchFunction()">Sea...

图文切换嵌套图文列表
图文切换嵌套图文列表

{% for key,value in app(&#39;section&#39;).id(&#39;95712&#39;) %} {% set current_cid = (key != 3) ? value.text3 : 0 %} // 如...

大话主席 同步双向绑定
大话主席 同步双向绑定

<script> $(document).ready(function() { function synchronizeClasses() { var index = $(&#39;.h-product-sort...

最新评论