Sha256: 6d05d5e73b5ea225b4115473ce09ba7d35c3da81955a1d2fc8a1258ba206669c
Contents?: true
Size: 543 Bytes
Versions: 13
Compression:
Stored size: 543 Bytes
Contents
// initialise plugins jQuery(function(){ jQuery('ul.sf-menu').superfish({ delay: 2000, // one second delay on mouseout animation: { height: 'show' }, // fade-in and slide-down animation speed: 'fast', // faster animation speed autoArrows: false, dropShadows: false // disable drop shadows }); }); $(document).ready(function(){ $('#tabright> ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } }); });
Version data entries
13 entries across 13 versions & 2 rubygems