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

Populating Dropdown With Query Results In Php

The code should open all the rows of gamename column of games table and put 1700 rows into drop dow… Read more Populating Dropdown With Query Results In Php

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)

Serializing Html: Placing Span Elements Around Selected Text While Preserving The Html Structure

I am trying to make a text highlighter where a teacher can select a range of text so that the stude… Read more Serializing Html: Placing Span Elements Around Selected Text While Preserving The Html Structure

Weird Behavour Wysiwyg?

I have a code to wrap elements around text it works fine until i try the following format in my edi… Read more Weird Behavour Wysiwyg?