Advanced Multi Uploader Support Product Page

This topic was archived

jQuery problems with multiuploader

Reported 05 Jun 2009 18:18:27
1
has this problem
05 Jun 2009 18:18:27 Joakim Krassman posted:
Hi,

If I use the following code with jQuery - the multiuploader doesnt start upload....[v]

<script type="text/javascript">
$(function(){

$('.c').corner();
$('.inner').corner({
tl: { radius: 6 },
tr: { radius: 6 },
bl: { radius: 6 },
br: { radius: 6 }});

});
</script>

Any ideas how I could come around this?

Replies

Replied 11 Jun 2009 11:49:44
11 Jun 2009 11:49:44 Miroslav Zografski replied:
Hello Joakim,

Try to switch the place of that function - set it first in list, in the middle and last.
Also check out it's outputs with alert().

Regards,

Reply to this topic