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
Post a Comment