所以,以下是代码:
jQuery('.rhm_add_button').click(function(e) {
if(!isMobile) {
jQuery('.rhm_add_button').featherlight({
targetAttr: 'data-add',
namespace: 'rhlight_add',
root: 'footer'
});
}
})
有一个文本字段(mdl-textfield
),羽毛灯动态调用它,而mdl不起作用。
我做了一些研究,看起来我需要使用" componentHandler.upgradeDom();"但我不确定如何。
有人能告诉我一个例子吗?
谢谢!