Hasan Setiawan

Write, write, write give your wings on code!

Follow me on GitHub

Map area tooltip

I want to make map area show the tooltip when it's hovered by mouse. So here is how to do that:

      
    // html
    

    // CSS used here will be applied after bootstrap.css
    #myarea{
      position:absolute;
      left:374px;
      width:250px;
      top:414px;
    }

    // javascripts with bootstrap jquery
    $('#myarea').tooltip();