ホームページ > ウェブフロントエンド > jsチュートリアル > jquery は先頭に戻る function_jquery を実装します

jquery は先頭に戻る function_jquery を実装します

WBOY
リリース: 2016-05-16 16:31:05
オリジナル
1651 人が閲覧しました

今日は、トップに戻る JS JQ 関数を作成しました。これ以上のナンセンスはありません。写真と真実があります。

コードをコピー コードは次のとおりです:

(function($){      
$.fn.survey=function(options){ 
var defaults={width:"298",height:"207"}; 
var options=$.extend(defaults,options); 
    if($.browser.msie){ 
    var ieVersion=parseInt($.browser.version)} 
//建立HTML 
var __feedCreat=function(){ 
    var feedHtml=$('
'); 
    feedHtml.html('u8fd4u56deu9876u90e8 u610fu89c1u53cdu9988'); 
    $("body").append(feedHtml); 
    __ie6Fixed()
    }; 
//绑定イベント
var __initEvent=function(){
    $(window).resize(function(){
    var winW=$(this).width(); 
    if(winW<=1124){$("#pubFeedBack").hide()}
    else{$("#pubFeedBack").show()}
    }); 
    $(window).bind("scroll",function(){
    if($(this).scrollTop()>50){
    $("#backTop").fadeIn().css({"display":"block"})
    }
    else{$("#backTop").fadeOut().css({"display":""})}
    }); 
    $("#backTop").bind("click",function(e){
    e.preventDefault();                              
    $("html,body").scrollTop(0)}); 
}; 
//回到顶部
var __tip=function(type,tipText){
var SurveyTip=$("#D_SurveyTip"),surveyMask=$("#D_SurveyMask"); 
if(!surveyTip||!surveyMask){return}
SurveyTip.removeClass("警告成功").addClass(type).html(tipText); 
SurveyMask.css("表示","ブロック"); 
SurveyTip.css("表示","ブロック"); 
setTimeout(function(){
調査マスク.css("表示","なし");                                                                                                                                                                                                                                                                                       SurveyTip.css("display","none")},1000)
}; 
//ie6兼容
var __ie6Fixed=function(){
    if(ieVersion!==6){return}
    var SurveyBox=$("#D_SurveyBox"); 
    var pubFeedBack=$("#pubFeedBack"); 
    if(!surveyBox||!pubFeedBack)
    {
        戻る
    }
    $(window).bind("scroll",function(){
    var h=$(ウィンドウ).height(),st=$(ウィンドウ).scrollTop(),_top=h st-options.height;                                                                                                                                                         var _top1=h st-pubFeedBack.height()-15;surveyBox.css("top",_top "px"); 
    pubFeedBack.css("top",_top1 "px")
    })
}; 
//開始行
if(screen.width>=1280)
{
    (関数(){
    __feedCreat();                                                                                                                                          __initEvent() })()
}
}
})(jQuery); 
window.onerror=function(){return false}; 
if($.isFunction($(document).survey)){$(document).survey()}

复制代 代码如下:

#backTop i,#callSurvey i{background:url(survey.png) no-repeat;}
#pubFeedBack{position:fixed;_position:absolute;right:15px;bottom:15px;width:54px;font-size:12px;}
#backTop,#callSurvey{display:block;width:52px;padding:1px;height:56px;line-height:22px;text-align:center;color:#fff;text-decoration:none;}
#backTop{表示:なし;背景:#999;}
#backTop:hover{背景:#ccc;ズーム:1;テキスト装飾:なし;カラー:#fff;}
#backTop i{display:block;width:25px;height:13px;margin:14px auto 8px;background-position:-63px 0;}
#callSurvey{margin-top:1px;background:#3687d9;}
#callSurvey:hover{background:#66a4e3;zoom:1;text-decoration:none;color:#fff;}
#callSurvey i{display:block;width:26px;height:25px;margin:9px auto 0;background-position:0 0;}
#callSurvey:hover i{background-position:-30px 0;}

コードは非常に簡単です。バグがある場合は、メッセージを残してください。一緒に改善できます。

方法 2:

主なパラメータ:
scrollName: 'scrollUp', // 要素 ID
topDistance: '300', // 要素を表示するまでの上からの距離 (px)
topSpeed: 300, // トップに戻る速度 (ミリ秒)
アニメーション: 'fade', // フェード、スライド、なし
animeInSpeed: 200, // アニメーションの速度 (ミリ秒)
animeOutSpeed: 200, // アニメーション出力速度 (ミリ秒)
scrollText: '先頭にスクロール', // 要素
のテキスト activeOverlay: false、
// 「トップに戻る」ボタンが表示されたときにスクロールするページの位置を特定するのに役立ちます。

jQuery コード (ScrollUp.js):

$(function () {
$.scrollUp({
scrollName: 'scrollUp', 
// Element ID
topDistance: '300', 
// Distance from top before showing element (px)
topSpeed: 300, 
// Speed back to top (ms)
animation: 'fade', 
// Fade, slide, none
animationInSpeed: 200, 
// Animation in speed (ms)
animationOutSpeed: 200, 
// Animation out speed (ms)
scrollText: 'Scroll to top', 
// Text for element
activeOverlay: false, 
// set css color to display scrollup active point, e.g '#00ffff'
});
});
ログイン後にコピー
関連ラベル:
ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
最新の問題
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート