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

Make Selected Text Bold Using Javascript

I have a text in my markup: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum co… Read more Make Selected Text Bold Using Javascript

Javascript Contenteditable - Wrap Cross-tag Selections

I'm experimenting a bit with contentEditable and encountered this issue: I have the following j… Read more Javascript Contenteditable - Wrap Cross-tag Selections

Problem Detecting Newlines In Javascript Range Object

I have some javascript that manipulates html based on what the user has selected. For real browsers… Read more Problem Detecting Newlines In Javascript Range Object

Get Elements In Text Selection

I want to get all of the elements contained in a user selection (as in DOM 2 ranges / MS TextRanges… Read more Get Elements In Text Selection

Using Mouse Cursor Position As A Range Starting Point In Coffeescript/javascript

As the title states, I would like to use my cursor's position as the start point to a range. Ri… Read more Using Mouse Cursor Position As A Range Starting Point In Coffeescript/javascript

How Refocus When Insert Image In Contenteditable DIVs In IE?

There is a div: in IE(7,8,9), then I click a button to insert an image with using the document.exe… Read more How Refocus When Insert Image In Contenteditable DIVs In IE?