(function() { var drop; drop = new Drop({ target: document.querySelector('#bold'), content: 'Welcome to the future!', position: 'bottom left', openOn: 'click' }); })();