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
$("#container *").attr("contentEditable", true)
Just a guess. Away from workstation.