if SWFupload running, on tab change alert… idTabs jquery
Posted
by robertdd
on Stack Overflow
See other posts from Stack Overflow
or by robertdd
Published on 2010-03-28T11:40:39Z
Indexed on
2010/03/28
11:43 UTC
Read the original article
Hit count: 356
I use idTabs, in the first tab I have swfuploading, if i have to upload 30 images and i want to change the tab, while uploading, the upload stop!
how can I call a function only if swfupload make upload, to alert the client?
this function is called when a tab is clicked
$(function(){
$(".usual ul a").click(function(){
alert('aaa');
});
});
thanks!
© Stack Overflow or respective owner