php 20180511 PageTopを途中で表示

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 20180511 PageTopを途中で表示相关的知识,希望对你有一定的参考价值。

//参考
//http://www.webopixel.net/javascript/538.html
//http://west02.ab-ss.com/elinn-kyoto.com/html_renewal/

<script>
$(function(){
  var topBtn=$('#pageTop');
	topBtn.click(function(){
		$('body,html').animate({
		scrollTop: 0},500);
		return false;
	});
	$('.accordion').click(function(){
		if(!$(this).is('.sp_only') || $(this).is('.sp_only') && abi.sp) {
			var $next = $(this).next();
			if(!$next.is(':animated')) $next.slideToggle(300).prev().toggleClass('active');
		}
	});
});
</script>

<p id="pageTop"><a href="#">↑</a></p>

以上是关于php 20180511 PageTopを途中で表示的主要内容,如果未能解决你的问题,请参考以下文章

php 20180511 slickの高さを保持して背景にしない方法!

css ol要素のカウンターを途中から始める。

html OWLcarouselを利用し,最初は任意,途中からランダムな旋转木马

html OWLcarouselを利用し,最初は任意,途中からランダムな旋转木马

html OWLcarouselを利用し,最初は任意,途中からランダムな旋转木马

scss 20180511 FONTの设定现状