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

187
Views
JavaScript needs to only be called on button click in Rails project

i am unable to make my JavaScript code work as intended. The script should run only the click of the button, but it is running even when page refreshes.

- if params[:id] == "HuckabeeBook"
  :javascript
    function LoadScript(url) {
      var script = document.createElement('script');
      script.setAttribute('src', url);
      script.setAttribute('async', false);
      document.head.appendChild(script);
    }
    $(function () {
      $('#submit_contribution.donate-btn').click(function () {
        LoadScript('https://secure.adnxs.com/px?id=1585351&seg=30062567&t=1');
      });
    });

    

I think i am missing out something here, any would be appreciated. Cheers

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!