Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Change Button Cursor To Hand Pointer

Contributor ,
Oct 22, 2018 Oct 22, 2018

I have added a button to a group

var button1 = add("button", undefined, "OK");

Is it possible to change the curser to a different one when mouse it hovered over the button, something like a finger pointer

TOPICS
Actions and scripting
850
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Contributor ,
Oct 22, 2018 Oct 22, 2018

As far as I know you can usually only do this with css.

Try this jQuery example - follow down to comments:

https://www.electrictoolbox.com/change-cursor-javascript/

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Oct 22, 2018 Oct 22, 2018
LATEST

Thank You

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines