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.
Syntax
obj.onselectstart = function;
Example
document.onselectstart = function() {
console.log("Selection started!");
};
For a full example, see our Key quote generator demo.
Specifications
| Specification | Status | Comment |
|---|---|---|
| Selection API The definition of 'GlobalEventHandlers.onselectstart' in that specification. |
Working Draft | Initial definition. |
Browser compatibility
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
Update compatibility data on GitHub
| Desktop | Mobile | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Basic support | Chrome Full support Yes | Edge ? | Firefox
Full support
52
| IE Full support Yes | Opera ? | Safari Full support 1.3 | WebView Android Full support Yes | Chrome Android Full support Yes | Edge Mobile ? | Firefox Android
Full support
52
| Opera Android ? | Safari iOS Full support Yes | Samsung Internet Android ? |
Legend
- Full support
- Full support
- Compatibility unknown
- Compatibility unknown
- Experimental. Expect behavior to change in the future.
- Experimental. Expect behavior to change in the future.
- User must explicitly enable this feature.
- User must explicitly enable this feature.
See also
Document Tags and Contributors
Tags:
Contributors to this page:
fscholz,
sideshowbarker,
slayermass,
valtlai,
chrisdavidmills,
jrmuizel,
Konrud,
teoli
Last updated by:
fscholz,