I have a form that is separated into “sections” that are accessible by a tabbed format (tabbable tabs-left).
I would like to be able to have the tab change text color if any item in that tab has changed.
I’m using bootstrap framework and jQuery.
Not all fields are text, some are radio and some are selects.
Any ideas on how I could accomplish this?
Consider creating a custom event and triggering it with the change events of all textareas, selects, and inputs in the tab.