I need to change a property, which starts with -webkit-(and the other browser-specific statements), in Javascript. All of them start with dash. How am i supposed to write this?
In particular, the thing i need is -webkit-user-select. I know it should be something like webkitUserSelect, but no idea of what exactly.
Thanks