Keeping with our theme of improving out interface with JavaScript and jQuery, this example demonstrates how to create a color-coded calendar.1 In this implementation, we take a single column,2 display it with pipes (|||), and then use JavaScript/jQuery to color-code it (and remove the pipes).3
In our example, we will create an
Event Location column. Each location will have its own color. Once we create a new calendar or identify an existing calendar, we create a new
Choice column described in footnote 2. I’ve named it
Event Location4 in Figure
30. Notice ...