// CB# - 1 - initialize the PRIORITY slider
$(function() {
$( "#priority" ).slider(
{ max: 0 }, { min: -10 }, { value: @task.priority },
{ change: function(event, ui)
{
// var priority = $( ".priority" ).slider( "option", "value" );
$( "#priorityIn" ).val(ui.value);
// alert("slider change new value="+ ui.value);
}
}
);
});
ID: 5607
NAME: PAGE-edit-task-v-004
DESCRIPTION: UPDATE ] remove code priority slider init ]
START DATE TIME: 2015-09-18 17:30:00
EST DURATION: 01:00:00
END DATE TIME: 2015-09-18 18:30:00
STATUS: To-Do
PRIORITY: -5
OWNER ID: 75