Add ability to change mouse cursor in JS

Use case: Make a repeater item clickable (think of product gallery) and change the cursor type to pointer to indicate the item is clickable.

Right now, it is impossible to mimic the default store product gallery due to this and other missing basic functions in JS, such as preventDefault for QuickView.

Hi,

When you add a onClick event to an element, it should automatically change the cursor o a pointer on hover, if that is not the case, then we need to investigate.

Please let us know the site if you are having this issue.

As far as preventDefault is concerned, we shared it with the relevant team.