Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • How to make iconic hower on link using Javascript

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 156
    Comment on it

    Hello Reader if you want to make the nice and iconic hower on link then you can use Javascript as below:-

    <!DOCTYPE html>
    <html lang="en">
      <body>
    
    <div class="container">
      <h3>Tooltip Example</h3>
      <a href="#" data-toggle="tooltip" title="Hooray!">Hover over me</a>
    </div>
    
    <script>
    $(document).ready(function(){
        $('[data-toggle="tooltip"]').tooltip();   
    });
    </script>    
    </body>
    </html>
    

    Now when this script will load it will change the links having the id tooltip

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: