Pinku

Pinku

  • NA
  • 227
  • 38.8k

Ajax call not working in firefox

May 5 2020 1:08 AM
$.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)