PHP Classes

File: assets/js/functions.js

Recommend this page to a friend!
  Classes of Goffy G   wgTeams   assets/js/functions.js   Download  
File: assets/js/functions.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: wgTeams
Module for the XOOPS CMS to present people teams
Author: By
Last change:
Date: 3 years ago
Size: 1,113 bytes
 

Contents

Class file image Download
/* You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. */ /** * wgTeams module for xoops * * @copyright The XOOPS Project (https://xoops.org) * @license GPL 2.0 or later * @package wgteams * @since 1.0 * @min_xoops 2.5.7 * @author Goffy - Wedega.com - Email:<webmaster@wedega.com> - Website:<http://wedega.com> * @version $Id: 1.0 functions.js 1 Sun 2015/12/27 23:18:02Z Goffy - Wedega $ */ $(document).ready(function(){ $( "button, input:button, input:submit, input:file, input:reset" ).css("color","inherit").button(); $( ".check" ).css("color","#fff").button(); $( ".radio" ).css("color","#fff").buttonset(); $( ".toolbar" ).css("color","#000").buttonset(); });