I am currently working on calendar showing starting date and ending date of various projects in a hypothetical organisation, I have manage to do that using classes in javascript for each project
What I can't figure out is that :Is there to way to pass object values to .css() method in jQuery.
For example, can I do something like this :
$('this').css('background-color','object.colorCode');