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

340
Views
Render HTML with SSI (Server Side Rendering)

Hope you're doing great :)

I'm trying to use SSI to render dynamical HTML components, instead of using a bunch of load() from jquery, but somehow it's not working. Maybe some configuration is required, but I couldn't find answers from online content.

Here's the jquery file:

$(".navbar_section").load("../components/navbar.html");
  $(".title_section").load("../components/title.html");
  $(".welcome_section").load("../components/welcome.html");
  $(".trust_section").load("../components/trust.html");
  $(".menu_section").load("../components/menu.html");
  $(".parallax_section").load("../components/parallax.html");
  $(".location_section").load("../components/location.html");

And here's the line in index.html:

          <!--  NAVBAR -->
             <div class="navbar_section"></div>
    
          <!--  TITLE -->
           <!--#include file="/components/title.html" -->

I've tried adding .shtml to the file, changing the file path, but nothing worked. Here's the project folder: enter image description here

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!