Home  >  Article  >  Backend Development  >  动态按钮添加uploadify方法

动态按钮添加uploadify方法

WBOY
WBOYOriginal
2016-06-06 20:39:041325browse

我有一个表格是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

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn