I have a table, and I\'m allowing users to \'select\' multiple rows. This is all handled using jQuery events and some CSS to visually indicate the row is \'selected\'. When
You can try with focus() function on the selected text - the selection dissapears.
$('#someEl').focus();