动态内容并重新渲染jquery

时间:2015-11-12 08:31:31

标签: jquery

所以,以下是代码:

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();"但我不确定如何。

有人能告诉我一个例子吗?

谢谢!

0 个答案:

没有答案