Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
As far as I know you can usually only do this with css.
Try this jQuery example - follow down to comments:
Copy link to clipboard
Copied
Thank You
Find more inspiration, events, and resources on the new Adobe Community
Explore Now