PHP Classes

File: bootstrap/fcadmincp/js/custom.js

Recommend this page to a friend!
  Classes of Minh Tien   Noblesse CMS   bootstrap/fcadmincp/js/custom.js   Download  
File: bootstrap/fcadmincp/js/custom.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Noblesse CMS
Content management system with custom plugins
Author: By
Last change:
Date: 8 years ago
Size: 367 bytes
 

Contents

Class file image Download
$(document).ready(function(){ var theWidth=$(window).height(); $('.colLeft').css('min-height',theWidth+'px'); $('.ulLeft > li').hover(function(){ $(this).children('ul').slideDown('slow'); },function(){ $(this).children('ul').hide(); }); $('#selectAll').click(function(){ var c = this.checked; $(':checkbox').prop('checked',c); }); });