source: extensions/greydragon/admin/js/admin.js @ 30484

Last change on this file since 30484 was 30484, checked in by SergeD, 9 years ago

version 1.0.14 - please refer to changelog for details

  • Property svn:eol-style set to native
File size: 534 bytes
Line 
1$().ready(function() {
2  $("div.infos").delay(8000).slideUp('slow', function() { $('div.infos').hide(); });
3  $("#menubar dl dd:visible").parent('dl').find('dt').addClass('menu-header-active');
4  $("form li label input[type=checkbox]").change(function() { $(this).prev().toggleClass('icon-check icon-check-empty'); });
5  $("#menubar dl").click(function() {
6    $("#menubar dl").removeClass('menu-focused');
7    $(this).addClass('menu-focused');
8  });
9  $(".ajax").colorbox({ scrolling: true, maxWidth: '90%', maxHeight: '90%' });
10});
Note: See TracBrowser for help on using the repository browser.