Hi everyone I have events array, on click of day I want to show event details in another panel. I have array with array within array format, I am not getting how to render t
$(document).ready(function(){ $('.fc-button-group').click(function() { //write code here }); });