Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

123
Views
Removed Apache server and now ajax not working

I have a web application that I had to pull the Apache server out of. Once I did, the code below stopped working (doesn't seem to care about the url). Hoping that someone can help me find an alternative way to see if folder S100-122-23 does not exist, then implement the error code.

function checkFLMLinks()
{

$.ajax({
    type: 'HEAD',
    url: '../../S100-122-23',
    error: function(){
        $("a").each(function(){
            if($(this).attr("href") && ($(this).attr("href").indexOf("/AWE-S100-23") > -1))
            {
                $(this)
                    .removeAttr("href")
                    .attr("title", "Manual Not Loaded")
                    .addClass('noxref')
                    .removeClass('xref');
                    window.alert("flmlinks");
            }
        });
    }
}); 
}
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!