Skip to content Skip to sidebar Skip to footer
Showing posts with the label Selection

How Does Twitter Implement Its Tweet Box?

I'm trying to implement something like Twitter's tweet box, specifically: Automatically hi… Read more How Does Twitter Implement Its Tweet Box?

How To Preserve Text Selection When Opening A Jquery Dialog

Using jQuery's dialog I came across the following quirk (tested in FF3): User selects text In … Read more How To Preserve Text Selection When Opening A Jquery Dialog

Make Text Unselectable And Uncopyable (webkit, While Surrounded By Copyable Text)

The following snippet shows how to make text unselectable. Sadly, if you select text on either side… Read more Make Text Unselectable And Uncopyable (webkit, While Surrounded By Copyable Text)

Get The Raw Html Of Selected Content Using Javascript

How would I get the raw HTML of the selected content on a page using Javascript? For the sake of s… Read more Get The Raw Html Of Selected Content Using Javascript

Where Did The Text Selection API Go?

Two years ago the HTML5 standard dropped the chapter 'Text Selection API' which contained a… Read more Where Did The Text Selection API Go?