if SWFupload running, on tab change alert… idTabs jquery
- by robertdd
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!