A part of my form is a place where users can choose days where they are closed and also the opening hours on days they are open.
I have made a fiddle, this should make it clear.
This form is being generated dynamicly in php because it will need to be multilanguage.
I need help on how to disable the dropdowns for a specific day when they click the checkbox for being closed on that day.
Also the values will be posted to a database, any idea how i should disable the values of the dropdowns(the opening hours) when they are not open on that day?