欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

jQuery圖片旋轉(zhuǎn)插件jQueryRotate可設(shè)定旋轉(zhuǎn)的方向、角度

  • 腳本大?。?span>250KB
  • 腳本語言:簡體中文
  • 腳本類型:國產(chǎn)軟件
  • 腳本授權(quán):免費軟件
  • 腳本類別:jQuery
  • 應(yīng)用平臺:jquery
  • 更新時間:2013-05-16
  • 網(wǎng)友評分:
360通過 騰訊通過 金山通過

情介紹

本插件可以對網(wǎng)頁內(nèi)的普通圖片進行旋轉(zhuǎn),有相當豐富的參數(shù)可以進行設(shè)置,可以設(shè)定旋轉(zhuǎn)的方向,旋轉(zhuǎn)的角度,還可以設(shè)定鼠標事件,當鼠標滑過時動態(tài)旋轉(zhuǎn),非常棒
在網(wǎng)頁<head>區(qū)添加以下代碼
[code]
<script type="text/javascript" src="//www.sharejs.com/software/jquery/jquery-1.3.1.js"></script>
<script language="javascript" src="jQueryRotate.js"></script>
<!-- Include the VML behavior -->
<style>v\:image { behavior:url(#default#VML); display:inline-block }</style>
<!-- Declare the VML namespace -->
<xml:namespace ns="urn:schemas-microsoft-com:vml" prefix="v" />
[/code]
其中:
[code]
<!-- Include the VML behavior -->
<style>v\:image { behavior:url(#default#VML); display:inline-block }</style>
<!-- Declare the VML namespace -->
<xml:namespace ns="urn:schemas-microsoft-com:vml" prefix="v" />
[/code]
必須添加到你的<head>區(qū) 否則圖片不會顯示、
jQueryRotate.js是旋轉(zhuǎn)的jQuery插件,點擊這里下載>>>
在網(wǎng)頁<body>區(qū)添加以下代碼
[code]
<img id="image" src="1.jpg"><Br><br>
<img id="image2" src="1.jpg"><Br><br>
<img id="image3" src="1.jpg"><Br><br>
<p></p>
<script type="text/javascript">
$(document).ready(function()
{
var rot=$('#image3').rotate({maxAngle:25,minAngle:-55,
bind:
[
{"mouseover":function(){rot[0].rotateAnimation(85);}},
{"mouseout":function(){rot[0].rotateAnimation(-35);}}
]
});
$('#image2').rotateAnimation({angle:5});

$('#image').rotate(-25);

});
</script>
[/code]
image,image2,image3分別為三個圖片的ID
調(diào)用方法如下:
[code]
jQuery(imgElement).rotate(angleValue)
jQuery(imgElement).rotate(parameters)
jQuery(imgElement).rotateAnimation(parameters)
jQuery(imgElement).rotateAnimation(parameters)
[/code]
參數(shù)說明:
({angle:angleValue,
[animateAngle:animateAngleValue],
[maxAngle:maxAngleValue],
[minAngle:minAngleValue],
[callback:callbackFunction],
[bind:[{event: function},{event:function} ] })
jQuery(imgElement).rotateAnimation

載地址

下載錯誤?【投訴報錯】

jQuery圖片旋轉(zhuǎn)插件jQueryRotate可設(shè)定旋轉(zhuǎn)的方向、角度

      氣腳本

      關(guān)文章

      載聲明

      ☉ 解壓密碼:www.dbjr.com.cn 就是本站主域名,希望大家看清楚,[ 分享碼的獲取方法 ]可以參考這篇文章
      ☉ 推薦使用 [ 迅雷 ] 下載,使用 [ WinRAR v5 ] 以上版本解壓本站軟件。
      ☉ 如果這個軟件總是不能下載的請在評論中留言,我們會盡快修復(fù),謝謝!
      ☉ 下載本站資源,如果服務(wù)器暫不能下載請過一段時間重試!或者多試試幾個下載地址
      ☉ 如果遇到什么問題,請評論留言,我們定會解決問題,謝謝大家支持!
      ☉ 本站提供的一些商業(yè)軟件是供學(xué)習(xí)研究之用,如用于商業(yè)用途,請購買正版。
      ☉ 本站提供的jQuery圖片旋轉(zhuǎn)插件jQueryRotate可設(shè)定旋轉(zhuǎn)的方向、角度資源來源互聯(lián)網(wǎng),版權(quán)歸該下載資源的合法擁有者所有。