How To Validate Contenteditable Based On Value

Contenteditable is a pretty new feature which allow you to transform any html element like div, td, th, p, span and so on in a textarea. You can use this feature in all major browsers and with few lines of jquery you can manipulate in any way the value from the div. Also you can… Continue reading How To Validate Contenteditable Based On Value