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

82
Views
change jQuery tooltip function to pure javascirpt

I'm working with Bootstrap 4.6 and I want to change the function in my script to pure javascript. I don't want to use jQuery because my complete code is written in pure javascript.

How I'm able to solve this?

Thanks in advance!

<body>
  <div class="container">
    <h3>Tooltip Example</h3>
    <input data-toggle="tooltip" title="Hooray!">
    <input data-toggle="tooltip" title="Not Hooray!">
  </div>

  <script>
    $(document).ready(function(){
      $('[data-toggle="tooltip"]').tooltip();   
    });
  </script>
  </body>
</html>
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!