Pinku

Pinku

  • 1.4k
  • 302
  • 45.3k

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)