I’ve used JQuery UI Selectable with a table, when I use multi selection with Ctrl I have the following problem:

How could I prevent the orginal selection in HTML in the table with keeping JQuery functionality?
I’ve already tried using user-select: none; for the table but it hasn’t worked!
Any help!
For a fully cross-browser-compatible solution, feel free to use my jQuery noSelect plugin. Here’s a generic demo: http://mathiasbynens.be/demo/noselect
But you could use it like this: