js get selected text https://stackoverflow.com/questions/3170648/how-to-get-javascript-select-boxs-selected-text http://www.javascriptkit.com/javatutors/copytoclipboard.shtml const getSelectionText = () => { let selectedText = ``; if (window.getSelec…
Most of the time in JavaScript we want to do following things with Select (or dropdown) list box. – Get the value of selected option – Get the text of selected option – Get the text of option using its value We can use jQuery for all of the above tas…
https://visualstudiogallery.msdn.microsoft.com/ad686131-47d4-4c13-ada2-5b1a9019fb6f About This is a small add-in for Visual Studio 2008. It searches and highlights substrings that are currently selected in a text editor. As a bonus, it works for Outp…