且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何使用jQuery将光标从指针变为手指?

更新时间:2023-11-19 15:11:52

$('selector').css( 'cursor', 'pointer' );

我知道可能会对你原来的问题感到困惑,指针。

I know that may be confusing per your original question, but the "finger" cursor is actually called "pointer".

正常的箭头光标只是默认。

The normal arrow cursor is just "default".

所有可能的默认指针 DEMO