Top "Contenteditable" questions

contentEditable is an HTML attribute (invented by Microsoft and standardized in HTML5) that is used for client-side in-browser "rich text" editing.

Convert HTML to plain text in contentEditable

I have a contentEditable and I strip the formatting of pasted content on('paste') by catching the event. Then I …

javascript jquery html text contenteditable
How to make clickable anchor in contentEditable div?

I have following code: <div contentEditable="true"> Blah blah <a href="http://google.com">Google</…

html contenteditable
Setting the caret position to an empty node inside a contentEditable element

My task is to set a text caret to appear inside an empty span node within a contentEditable div. The …

javascript text cross-browser contenteditable
Paste as plain text Contenteditable div & textarea (word/excel...)

I would like the to paste text in a contenteditable div, but reacting as a textarea. Note that I want …

excel ms-word textarea contenteditable textedit
UIWebView with contentEditable (html editing), first responder handling?

I'm making an html editor component for an app (using UIWebView with contentEditable in iOS 5.0), and got stuck at how …

html uiwebview contenteditable html-editor first-responder
prevent contenteditable mode from creating <span> tags

When I use the browser contenteditable=true on a div in order to let the user update the text in …

css html google-chrome contenteditable
Which elements can be safely made contenteditable?

I've been working with contenteditable recently within a HTML5 page and encountering bugs when using it with certain elements, and …

html google-chrome firefox contenteditable
Text selection in div(contenteditable) when double click

I have div with some text and contenteditable="true". When I single click on this div - works some my …

javascript jquery contenteditable textselection
If I do "jquery sortable" on a contenteditable item(s), I then can't focus mouse anywhere inside contenteditable text anymore

Strangely this is broken only in Firefox and Opera (IE, Chrome and Safari works as it should). Any suggestions for …

javascript jquery jquery-ui-sortable contenteditable
contenteditable not working in IE 10

I am trying to create client side editable table. Here is my code. It works in Chrome, Firefox but not …

jquery internet-explorer html-table internet-explorer-10 contenteditable