I used jquery-file-upload plugin with jquery-1.8.3 and jquery-mobile-1.2. It worked fine.
But today, I updated to jquery-1.9 and jquery-mobile-1.3, and the button style has changed.
I have added them to jsfiddle. I want it to look like this
<span class="fileinput-button" data-role="button" data-icon="plus">
<span>添加文件</span>
<input type="file" name="files[]" multiple />
</span>
But it looks like that
<span class="fileinput-button" data-role="button" data-icon="plus">
<span>添加文件</span>
<input type="file" name="files[]" multiple />
</span>
Thanks.