jquery-week-calendar/jquery.weekcalendar.js#411). Any help would be appreciated, see below on my attempts to get the data.
Thanks, Chirag
I tried $("#calendar").find('.wc-cal-event') but it doesn't include the days and times as shown here:
<div class="wc-cal-event ui-corner-all ui-resizable ui-draggable" style="line-height: 15px; font-size: 13px; top: 480px; height: 539px; display: block;"><div class="wc-time ui-corner-top">08:00 am to 04:59 pm<div class="wc-cal-event-delete ui-icon ui-icon-close"></div></div><div class="wc-title">Open hours</div><div class="ui-resizable-handle ui-resizable-s">=</div></div>
Also $("#calendar").data().events returns the handlers only
click | [Object { type="click", guid=2, handler=function(), more...}] | |
mouseout | [Object { type="mouseout", guid=4, handler=function(), more...}] | |
mouseover | [Object { type="mouseover", guid=3, handler=function(), more...}] | |
remove | [Object { namespace="weekCalendar", type="remove, guid=1}] |