我有一个向 div“dettaglio_utenti”添加按钮的功能。使用此指令调用函数后
tab+="<button data-dojo-type='dojox.mobile.Button' id='apri_mappa' onClick=\" location.href='tel:"+telefono+"'\">apri mappa</button>"
var vText = document.getElementById("dettaglio_utente");
vText.innerHTML = tab;
require(["dojo/parser"], function(parser){
parser.parse(vText);
});
它仅在我第一次显示页面时起作用。第二次未解析按钮,我在浏览器控制台中看到此错误:dojo/parser::parse() error Error: Tried to register widget with id==apri_mappa but that id is already registered