Using jQuery or just plain Javascript is it possible to change to a custom cursor?

后端 未结 2 1395
被撕碎了的回忆
被撕碎了的回忆 2021-01-24 01:40

I know it is possible to use jQuery to do something like:

$(\'body\').css(\'cursor\',\'wait\');

What I want to know is: is it possible to chang

2条回答
  •  不要未来只要你来
    2021-01-24 02:32

    yes, have a look at this page

    custom cursor

    or this

    custom cursor - 2 (easier to understand/customize i guess)

    (but using non-default cursors is probably not a great idea)

提交回复
热议问题