/*
* Author: Pierre-Henry Soria <pierrehenrysoria@gmail.com>
* Copyright: (c) 2015, Pierre-Henry Soria. All Rights Reserved.
* License: CC-BY <http://creativecommons.org/licenses/by/3.0/>
* Link: http://hizup.uk
*/
$('a[title],img[title],abbr[title],form input[title]').tipsy({gravity:$.fn.tipsy.autoNS,fade:!0,html:!0}); // Add cool tooltips on the site ;-)
|