bestprotop / jquery-multifile-plugin

Automatically exported from code.google.com/p/jquery-multifile-plugin
0 stars 0 forks source link

feature suggestion: removing an entry improvement #150

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Change line 320 of "jquery.multifile.js" to:

$(MultiFile.current).css({ position: $(MultiFile.clone).css("position"), top: 
$(MultiFile.clone).css("top") });

so when you remove an entry, the file=input preserves the original's "position" 
and "top" instead of hard-coding it.

I can submit a diff-patch or something, just let me know

Original issue reported on code.google.com by jitbit on 25 May 2012 at 6:56