最新下載
夢幻水族館
少女前線
星之翼
小花仙精靈樂園
餐廳萌物語
山河旅探
戀與製作人
最強腦3
異塵:達米拉
少年西遊記2
24小時閱讀排行榜
- 1 如何防止 Matplotlib 繪圖中的標籤被切斷?
- 2 如何對 MongoDB 中的嵌入陣列欄位進行排序?
- 3 Movavi 影片編輯器破解
- 4 dynamics.exe - 什麼是dynamics.exe?
- 5 如何同時等待非同步回呼函數?
- 6 Backbone.js 中 `` 的用途是什麼?
- 7 如何在MySQL中實現Postgresql的DISTINCT ON功能?
- 8 如何轉義 MySQL 使用者變數的 JPA 查詢中的冒號字元?
- 9 如何檢索 Pandas DataFrame 中每個組的初始行?
- 10 如何修復在 Windows 上設定 npm 前綴時出現的「EPERM:不允許操作」錯誤?
- 11 dwrcc.exe - 什麼是 dwrcc.exe?
- 12 如何準確地確定完美平方而不出現浮點錯誤?
- 13 為什麼我的 Nuxt 應用程式中未定義「navigator」、「window」和「document」?
- 14 dxinput3.dll - 什麼是 dxinput3.dll?
- 15 為什麼 Android Studio 在 Marshmallow 上註冊時會拋出「getSlotFromBufferLocked:未知緩衝區」錯誤?
最新教學
-
- 國外Web開發全端課程全集
- 1717 2024-04-24
-
- Go語言實戰之 GraphQL
- 2000 2024-04-19
-
- 550W粉絲大佬手把手從零學JavaScript
- 3418 2024-04-18
-
- python大神Mosh,零基礎小白6小時完全入門
- 2951 2024-04-10
-
- MySQL 初學入門(mosh老師)
- 1803 2024-04-07
-
- Mock.js | Axios.js | Json | Ajax--十天精品課堂
- 2617 2024-03-29
程式碼片段:
$(函數 () {
//評分
var 星級 = 0;
$('.photo span').on('mouseenter',function () {
var index = $(this).index()+1;
$(this).prevAll().find('.high').css('z-index',1)
$(this).find('.high').css('z-index',1)
$(this).nextAll().find('.high').css('z-index',0)
$('.starNum').html((index*2).toFixed(1)+'分')
})
$('.photo').on('mouseleave',function () {
$(this).find('.high').css('z-index',0)
var count = starRating / 2
if(計數 == 5) {
$('.照片跨度').find('.high').css('z-index',1);
} 否則{
$('.photo span').eq(count).prevAll().find('.high').css('z-index',1);
}
$('.starNum').html(starRating.toFixed(1)+'分')
})
$('.photo span').on('點選',function () {
var index = $(this).index()+1;
$(this).prevAll().find('.high').css('z-index',1)
$(this).find('.high').css('z-index',1)
星級=索引*2;
$('.starNum').html(starRating.toFixed(1)+'分');
Alert('評分:'+(starRating.toFixed(1)+'分'))
})