build IT Orientation

build IT @SDSU Library 5500 Campanile Dr, San Diego

var exampleCallback = function() {
console.log('Order complete!');
};

window.EBWidgets.createWidget({
// Required
widgetType: 'checkout',
eventId: '41320672243',
iframeContainerId: 'eventbrite-widget-container-41320672243',

// Optional
iframeContainerHeight: 425, // Widget height in pixels. Defaults to a minimum of 425px if not provided
onOrderComplete: exampleCallback // Method called when an order has successfully completed
});