我一直在使用
stButtons.locateElements();
通过AJAX加载内容后生成任何新按钮的函数,我想它也将适用于此。
更好的解决方案:
确保您的
<div>并确保所有
<span>都有ID,否则可以给它们提供类,但是您需要遍历它们。
function shareChannel(theurl, thetitle) { document.getElementById('spanID1').setAttribute('st_url', theurl); document.getElementById('spanID1').setAttribute('st_title', thetitle); stButtons.locateElements(); //finally display the popup after the buttons are made and setup. displaypopup(); }
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)