Sha256: dcb5428e64ddabfa5b7ab7659466447eb651544eb4d52bd7ae790eb653e7397d
Contents?: true
Size: 406 Bytes
Versions: 63
Compression:
Stored size: 406 Bytes
Contents
jQuery(function(){ // BUTTONS jQuery('.fg-button').hover( function(){ jQuery(this).removeClass('ui-state-default').addClass('ui-state-focus'); }, function(){ jQuery(this).removeClass('ui-state-focus').addClass('ui-state-default'); } ); jQuery('.flat').each(function() { jQuery(this).menu({ content: jQuery(this).next().html(), // grab content from this page showSpeed: 200 }); }); });
Version data entries
63 entries across 57 versions & 11 rubygems