jQuery.deselect()Returns: undefined
Description: Removes selection ranges.
-
version added: v0.1.1jQuery.deselect()
-
This method does not accept any arguments.
-
This function will remove any selection that may have been made in the document.
With just one function, all ranges will be removed:
1
|
|
This function is shorthand for the following process:
1
|
|