Sha256: 2639787a1fd07dc6526cd2b20d72e593146a3155daaf46e9514fbad218e45ffe
Contents?: true
Size: 525 Bytes
Versions: 82
Compression:
Stored size: 525 Bytes
Contents
jQuery(document).ready(function($) { /* Logic to toggle the top menu icon and /* mobile navigation menu */ $('.mobile-menu-button').click(function(e) { $('.menu-icon').toggleClass('menu-icon-active'); $('.mobile-navigation').toggleClass('active'); }); /* implementation of the read more plugin */ $('.event-long-description').readmore({ speed: 75, // TODO: make sure this isn't covering things up, but a good enough implementation for now maxHeight: 184, heightMargin: 36 }); });
Version data entries
82 entries across 82 versions & 1 rubygems