Like what we’re doing? Want to get involved? Here are a few ways you can help us preserve and further the history and ideas of the Beat Generation:
Join our Email List
Stay up to date on the latest news, information, and events at the Beat Museum and beyond! We realize you probably get a lot of email, so we won’t spam you—just a few newsletters a month.
jQuery(function() {
// Get the form. var form = jQuery('#mailing-list');
// Get the messages div. var formMessages = jQuery('#form-messages');
// Set up an event listener for the contact form. jQuery(form).submit(function(e) { // Stop the browser from submitting the form. e.preventDefault();
// Serialize the form data. var formData = jQuery(form).serialize();
// Submit the form using AJAX. jQuery.ajax({ type: 'POST', url: jQuery(form).attr('action'), data: formData }) .done(function(response) { // Make sure that the formMessages div has the 'success' class. jQuery(formMessages).removeClass('error'); jQuery(formMessages).addClass('success');
// Set the message text. jQuery(formMessages).text(response);
}) .fail(function(data) { // Make sure that the formMessages div has the 'error' class. jQuery(formMessages).removeClass('success'); jQuery(formMessages).addClass('error');
// Set the message text. if (data.responseText !== '') { jQuery(formMessages).text(data.responseText); } else { jQuery(formMessages).text('Oops! An error occured and your message could not be sent.'); } });
});
});
DONATE
Our partner organization, Friends of the Beat Museum, is a 501(c)3 non-profit dedicated to supporting the arts community, making possible our events and programming, as well as providing funding for displays, exhibits and acquisitions.
Donations to the Friends of the Beat Museum help support the continuation of the Museum and its programs. Any contribution is always greatly appreciated.
Memorabilia gifts to the Museum collection are also welcome. Please contact us if you have any objects of interest you wish to donate or loan to the Beat Museum.
SHOP
When you purchase items in the Gift Shop, or online via our website, you’re helping us build and improve the Beat Museum, allowing us to better tell the story of the Beat Generation.