PHP Classes

File: Script/themes/classic/js/common.js

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   H2OGame PHP Game Engine   Script/themes/classic/js/common.js   Download  
File: Script/themes/classic/js/common.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: H2OGame PHP Game Engine
Application to manage an online games platform
Author: By
Last change:
Date: 2 years ago
Size: 408 bytes
 

Contents

Class file image Download
// TipTip $("form input[title],a[title],img[title]").each(function(){var b=$(this),a="bottom";b.hasClass("tttop")&&(a="top");b.hasClass("ttbottom")&&(a="bottom");b.hasClass("ttleft")&&(a="left");b.hasClass("ttright")&&(a="right");b.tipTip({defaultPosition:a});$(this).tipTip({maxWidth:"auto",edgeOffset:6,fadeIn:400,fadeOut:400,defaultPosition:a})}); // For Alert Message $('.alert-message').fadeOut(10000);