var menu = '
\ '; $('.navbar .nav-collapse').first().append(menu); $('a[rel=tooltip]').tooltip({ 'placement': 'bottom' }); var taglines = []; taglines.push('Add color to your Bootstrap site without touching a color picker.'); taglines.push('Saving the web from default Bootstrap.'); var line = Math.floor((taglines.length) * Math.random()); $('#tagline').html(taglines[line]);