$(document).ready(function() {
    $('td.head-room-seats img').tooltip({
        showURL: false
    });
    
    
    
});
