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-28T01:17:18Z Indexed on 2010/03/28 1:23 UTC
Read the original article Hit count: 335

Filed under:
|
|

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

Related posts about tabs

Related posts about jQuery