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

151
Views
Adding a script before the closing body tag without access

I am using a third party tool to create an app, although I have access to the head section, I don't have access to the closing body tag.

I need to add a script to the closing body tag, is there a way to do this using javascript for instance.

I tried using

<script src="demo_defer.js" defer></script>

But that doesn't work.

about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

There are 2 things that you can do: -

  1. First of all, check whether you have added the correct path to the 'demo_defer.js' file.

  2. If you have mentioned the correct path to the file, then you can try the following: -

<head>  
    <script src="path_to_demo_defer.js" defer></script>
</head>
about 4 years ago · Juan Pablo Isaza Report

0

First of all, check whether you have added the correct path to the 'demo_defer.js' file.

If you have mentioned the correct path to the file, then you can try the following: -

<head>  
    <script src="demo_defer.js" defer></script> 
</head>
about 4 years ago · Juan Pablo Isaza Report
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!