jQuery.event.special.quote
The quote event is raised when the user chooses to quote selected text. Elements with quote handlers are quotable.
Usage
// handle the 'quote' event on an entire document
$(document).on('quote', function(e) {
alert(e.quotedHtml)
});