中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

jquery常用代碼--(二)

發布時間:2020-07-06 19:53:05 來源:網絡 閱讀:260 作者:sunny葉雨竹 欄目:web開發

3.進度條  

    1.橫向進度條帶固定百分比      

        function SetProgress(progress) {                

                if (progress) {     

                        $(".inner").css("width", String(progress) + "%"); //控制#loading div寬度                                        $(".inner").html(String(progress) + "%"); //顯示百分比              

                 }       

         }       

         var i = 0;       

         function doProgress()  { 

                    if (i >80)  { return;  } 

                    if (i <= 80) { 

                                         setTimeout("doProgress()", 50);        

                                            SetProgress(i);       

                                             i++; }          

                        }      

                   $(document).ready(function() {  doProgress();        

            });

            2.橫向進度條的書寫,僅僅色塊寬度不同        

          function doProgress(classname,color,widthmax) {

                      $('.'+classname).animate({width:widthmax,background:color},500);        

            }        

          $(function(){ 

                    doProgress('list_blue','#56A8E7',30); 

                    doProgress('list_red','#F1705C',40); 

                    doProgress('list_orange','#FDAA29',50);

                    doProgress('list_green','#8FC842',20);         

          });



4. Banner切換


jquery常用代碼--(二)


/*左邊點擊事件,調用go函數*/

$(".pre").click(function(){

        if(curr>=max-1){            

               return false;

        }

        else if(curr==max-2){                       

                $(".pre").removeClass("cur");        

                go(curr+1);        

                $('.text_banner .text_ban').addClass('display_none');        

                $('.text_banner .text_ban').eq(curr+1).removeClass('display_none');                            

                 curr++;                               

                 $(".next").addClass("cur");                        

         }              

        else {        

             $(".pre").addClass("cur");       

             go(curr+1);      

             $('.text_banner .text_ban').addClass('display_none');       

             $('.text_banner .text_ban').eq(curr+1).removeClass('display_none');                     

             curr++;      

             $(".next").addClass("cur"); 

        }

});

/*右邊點擊事件,調用 go函數*/

$(".next").click(function(){     

      if(curr<=0) {

                return false;                

      }        

    else if(curr==1) {

            $(".next").removeClass("cur");

            go(curr-1);

            $('.text_banner .text_ban').addClass('display_none'); 

            $('.text_banner .text_ban').eq(curr-1).removeClass('display_none');                          

            curr--;                         

             $(".pre").addClass("cur");       

        }       

    else {

                $(".next").addClass("cur");

                go(curr-1);$('.text_banner .text_ban').addClass('display_none'); 

                $('.text_banner .text_ban').eq(curr-1).removeClass('display_none');

                curr--;$(".pre").addClass("cur");       

            }

});        

最后寫前面所調用go函數

    function go(index){ 

             $(".banner_change_box div ul").animate({left:-(wid*index)});

    };




向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

运城市| 宁远县| 全椒县| 苏尼特左旗| 蓝田县| 易门县| 东乡县| 临漳县| 万荣县| 汕尾市| 扶沟县| 民和| 萝北县| 鄯善县| 金塔县| 万源市| 平乡县| 湘乡市| 晋州市| 慈利县| 江口县| 涿州市| 新昌县| 洛阳市| 临洮县| 洛浦县| 阿瓦提县| 石家庄市| 肇源县| 沁水县| 玉树县| 平凉市| 天门市| 大洼县| 广河县| 阜宁县| 宿迁市| 西宁市| 平邑县| 台湾省| 长治县|