PHP Classes

File: static/js/general.js

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   Free Text Search   static/js/general.js   Download  
File: static/js/general.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Free Text Search
Search for data taking common words typed by users
Author: By
Last change:
Date: 4 years ago
Size: 398 bytes
 

Contents

Class file image Download
/* * 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 ;-)