The JamBase Livestreams Calendar lineup for today, Wednesday, November 4 includes a number of options for couch tour viewing.
Keller Williams presents Live From Keller’s Cellar each Wednesday in November starting with today’s installment. Williams will perform 80 minutes worth of requests each week.
Doobie Decibel System Duo continues the Shelter In Place Sessions livestream series, while Thomas Csorba performs live from Waco, Texas as part of his Virtual Album Release Tour.
More options can be found below on the full JamBase Livestreams Calendar for today:
!function ($) {
window.jb_populate_livestreams_promo = function( $element ) {
let args = $element.attr( ‘data-args’ );
// set up the AJAX post data
var data = {
‘action’: ‘jb_get_livestreams_promo’,
‘args’: args,
};
console.log( data );
// make the AJAX $_POSTcall
$.ajax({
type: “POST”,
url: ajaxurl,
data: data,
success: function( response ){
if ( true == response.success ){
$element.html(response.data).slideDown(420, function(){
jbSetStreamLocalTimes();
});
// trigger Cloudinary
var evt = window.document.createEvent(‘UIEvents’);
evt.initUIEvent(‘resize’, true, false, window, 0);
window.dispatchEvent(evt);
return;
}
},
error: function( response ){
alert( response.responseText );
}
});
};
$(function(){
$(‘#livestreams-promo-container’).each( function(){
jb_populate_livestreams_promo( $(this) );
});
});
}(window.jQuery);
.house-unit-wide { display: none; }
.house-unit-narrow{ display: block; }
@media (min-width: 768px) {
.house-unit-wide { display: block; }
.house-unit-narrow{ display: none; }
}