javascript Programming Glossary: seltext
Change CSS of selected text using Javascript http://stackoverflow.com/questions/3223682/change-css-of-selected-text-using-javascript and it works fine returning the correct string function getSelText var SelText '' if window.getSelection SelText window.getSelection.. fine returning the correct string function getSelText var SelText '' if window.getSelection SelText window.getSelection else if.. function getSelText var SelText '' if window.getSelection SelText window.getSelection else if document.getSelection SelText document.getSelection..
|