动态按钮添加uploadify方法

WBOY
Release: 2016-06-06 20:39:04
Original
1330 people have browsed it

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

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

回复内容:

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

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

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template