Sha256: 6e44fbef559ad7e3ab247df820adf026b2932be201f4bcd26f71ce7aa9d45f20
Contents?: true
Size: 587 Bytes
Versions: 24
Compression:
Stored size: 587 Bytes
Contents
/* Author: * [your name here] */ $(document).ready(function(){ // Run Matt Kersley's jQuery Responsive menu plugin (see plugins-320.js) if ($.fn.mobileMenu) { $('ol#id').mobileMenu({ switchWidth: 768, // width (in px to switch at) topOptionText: 'Choose a page', // first option text indentString: ' ' // string for indenting nested items }); } // Run Mathias Bynens jQuery placeholder plugin (see plugins-320.js) if ($.fn.placeholder) { $('input, textarea').placeholder(); } });
Version data entries
24 entries across 14 versions & 1 rubygems