-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Hello,
The progress bar working fine. But my ajax do not run.
This is my code:
var progress = jQuery(".suj_export_status_downloads_item").progressTimer({
timeLimit: 10,
onFinish: function(){}
});
jQuery.ajax({
type:"POST",
url: "components/com_sl_keywordlinking/helpers/imexport.php",
data:{
task: "exportData",
exdt: exdt,
clientdt: clientdt,
numberperfile: numberperfile,
extype: "xlsx"
},
complete: function(data){
progress.progressTimer('complete');
}
});
Thank you!
Metadata
Metadata
Assignees
Labels
No labels