HTML5 contentEditable with jQuery

前端 未结 5 1380
情深已故
情深已故 2021-01-04 00:59

I have some elements that need to have the text inside editable, for this I am using the HTML 5 attribute contentEditable. I can\'t seem to do use jQuery for this using mult

5条回答
  •  遥遥无期
    2021-01-04 01:37

    $("#container *").attr("contentEditable", true)
    

    Just a guess. Away from workstation.

提交回复
热议问题