We have a list of days at the top of the table header and we want to disable the Check All capability if the selected day is greater than the current ...
I would like to write a date picking mechanism like this. Has anyone used this plugin? I would like to know if I have to populate my 3 selects ...
$('<option></option>') .attr('label', day) .attr('value', day) ...
Using a nested form I generated 5 UserPrices so users are filling out 5 of all of the same form fields: UserPricesController
UserPrices
def add_store_prices ...