full calendar - associate clickable icons with events?

后端 未结 1 585
醉话见心
醉话见心 2021-01-15 04:03

I want to append 4 icons each event on the calendar. Each icon should calls different function on click event. To be honest, I am not too good in CSS. I have tried the below

相关标签:
1条回答
  • 2021-01-15 04:04

    I think you need to use the .on() function to register an event handler to your icons.

    Check this fiddle: http://jsfiddle.net/100thGear/rpc23/

    The click events get triggered and are handled appropriately with the .on() handler. Let me know if this helps!

    0 讨论(0)
提交回复
热议问题