﻿$(document).ready(function() {

    // enable tooltip for "download" element. 
    $("#locationHelp").tooltip({position:'center right'});
});