This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The GlobalEventHandlers.onselectstart
property represents the event handler that is called when a selectstart
event reaches this object, i.e. when the user starts to make a new text selection on a web page.
obj.onselectstart = function;
document.onselectstart = function() { console.log("Selection started!"); };
For a full example, see our Key quote generator demo.
Specification | Status | Comment |
---|---|---|
Selection API The definition of 'GlobalEventHandlers.onselectstart' in that specification. | Working Draft | Initial definition. |
Desktop | ||||||
---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | |
Basic support | Yes | ? | 52
|
Yes | ? | 1.3 |
Mobile | |||||||
---|---|---|---|---|---|---|---|
Android webview | Chrome for Android | Edge Mobile | Firefox for Android | Opera for Android | iOS Safari | Samsung Internet | |
Basic support | Yes | Yes | ? | 52
|
? | Yes | ? |
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onselectstart