Jquery เมาส์อยู่เหนือเคอร์เซอร์เปลี่ยน

รหัสตัวอย่าง

9
0

เมื่อเมาส์ชี้อยู่เปลี่ยนเคอร์เซอร์

li {
cursor: pointer;
}
2
0

วิธีการเปลี่ยนแปลงเคอร์เซอร์อยู่ใน css เมื่อเมาส์ชี้อยู่

/* I am using buttion id test. You can use whatever you want*/
/* If you want default cursors, use */
#test:hover{
  cursor: pointer /* etc*/;
}
/* If you want custom cursors, use */
#test:hover{
  cursor: url(default.png) /* the default is your photo*/;
}
0
0

jquery เมาส์อยู่เหนือเคอร์เซอร์เปลี่ยน

// No Need for jQuery, the cursor will always show pointer over this element
#myElement
{
    cursor: pointer;
}

หน้าคล้ายกัน

คล้ายกันหน้ากับตัวอย่าง

ในภาษาอื่นๆ

หน้านี้อยู่ในภาษาอื่นๆ

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................