Selecting text but disable copying

Selecting text but disable copying

New to jQuery and JS. So I hope this doesn't sound too noobish.

I would like users to select text within a page but not copy them. The purpose is to allow them to highlight a snippet of text which will then be saved so that it'll be highlighted the next time they log in. 

What would be the jQuery way to go about doing this? (selection-but-not-copy part) Thanks for any pointers.