1
Answer

Ajax call not working in firefox

Pinku

Pinku

4y
1.8k
1
$.ajax({
type: "POST",
url: ScriptVariables.Get('UrlLoadSkills'),
data: { job_did: ScriptVariables.Get('jobdid'), skill: myskills },
success: function (data) {
 
here is the code.. \its working in chrome
Answers (1)