Heim  >  Artikel  >  Backend-Entwicklung  >  动态按钮添加uploadify方法

动态按钮添加uploadify方法

WBOY
WBOYOriginal
2016-06-06 20:39:041326Durchsuche

我有一个表格是datagrid生成的,我要在动态表格中添加一列上传的。
官方的demo都是$("#xxx").uploadify()来处理,
我想换成$(".xxx").uploadify()来选择却没有一个xxx类有效果,何解?

<code>$('.xxx').each(function(){
    $(this).uploadify();
});
也没有效果
</code>

回复内容:

我有一个表格是datagrid生成的,我要在动态表格中添加一列上传的。
官方的demo都是$("#xxx").uploadify()来处理,
我想换成$(".xxx").uploadify()来选择却没有一个xxx类有效果,何解?

<code>$('.xxx').each(function(){
    $(this).uploadify();
});
也没有效果
</code>

http://stackoverflow.com/questions/8995183/uploadify-multiple-buttons-one-page

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn