How to change the color of a fullcalendar event on right click
问题 In order to change the color of the jQuery event on right click using context menu , I got some assistance from here with the answer with the most votes. Making custom right-click context menus for my web-app However, I am trying to change the color of the even on right click so this is what I did :- $(".custom-menu li").click(function(){ // This is the triggered action name switch($(this).attr("data-action")) { // A case for each action. Your actions here case "red" : //alert("RED"); $('