﻿$('a[title]').qtip({
	position: {
		corner: {
			target: 'topRight',
			tooltip: 'bottomLeft'
		}
	},
	style: {
		name: 'dark',
		tip: true,
		border: {
			width: 1,
			radius: 3,
			color: '#000'
		}
	}
})
$('button[title]').qtip({
	position: {
		corner: {
			target: 'topRight',
			tooltip: 'bottomLeft'
		}
	},
	style: {
		name: 'dark',
		tip: true,
		border: {
			width: 1,
			radius: 3,
			color: '#000'
		}
	}
})

