Style userSelect Property
Clash Royale CLAN TAG #URR8PPP <!-- main_leaderboard, all: [728,90][970,90][320,50][468,60] --> Style userSelect Property ❮ Style Object Example Prevent text selection of a <div> element: document.getElementById("myDiv").style.userSelect = "none"; Try it Yourself » More "Try it Yourself" examples below. Definition and Usage The userSelect property sets or returns whether the text of an element can be selected or not. If you double-click on some text, it will be selected/highlighted. This property can be used to prevent this. Browser Support The numbers in the table specify the first browser version that fully supports the property. Numbers followed by Webkit, Moz, or O specify the first version that worked with a prefix. Property userSelect 54.0 6.0 Webkit 10.0 ms 2.0 Moz 3.1 Webkit 41.0 15.0 Webkit Syntax Return the userSelect property: object .style.userSelect Set the userSelect property: object .style.userSelect = &quo