Skip to content

Ajax not running #6

@smartcmsteam

Description

@smartcmsteam

Hello,

The progress bar working fine. But my ajax do not run.

capture

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions