Jquery change Contenteditable attr IE -


i have following short code create div when button clicked, inside div span tag contenteditable="false". when span doubled clicked, should set , change contenteditable attribute false true, text can made editable on dblclick. check example @ http://jsfiddle.net/dtxhe/

this working in firefox, chrome , ie8, not ie7 or quirks mode. ideas. how can fix this.

in case hadn't figured 1 out answer believe difference between "contenteditable" , "contenteditable" attribute name. ie7 picky.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -