Liutas
Liutas

Reputation: 5783

How i can add function to event on selected text in div?

Is any method to add event on text selection for div? I now that with Jquery possible add event to input and textarea .selected(), but i need to make same thing with div element.

For select manipulation i using Range.

Is any method to do this with Jquery or JavaScript or with Range?

Upvotes: 1

Views: 71

Answers (1)

hsz
hsz

Reputation: 152206

There is a jQuery plugin for text selecting event:

http://plugins.jquery.com/node/7411

Upvotes: 1

Related Questions