You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are there any examples that show how to add/remove event data besides the commented code in the demo? Would be super cool to see this in the repo as well.
// you can also add more data later on. As an example:/*someElement.on( 'click', function() { cal.setData( { '03-01-2013' : '<a href="#">testing</a>', '03-10-2013' : '<a href="#">testing</a>', '03-12-2013' : '<a href="#">testing</a>' } ); // goes to a specific month/year cal.goto( 3, 2013, updateMonthYear );} );*/
The text was updated successfully, but these errors were encountered:
Are there any examples that show how to add/remove event data besides the commented code in the demo? Would be super cool to see this in the repo as well.
The text was updated successfully, but these errors were encountered: