﻿$(document).ready(function () {

    /* Adding a tooltip to any tag with a title attribute: */

    $('[title]').qtip({ position: { corner: { target: 'leftTop', tooltip: 'rightBottom'} }, style: { name: 'green', textAlign: 'center'} })

});
