how to make a certain element dissapear from the dom dispay jquery code example
Example: if (to_timing <= time) { $('#cancel').hide(); }
if (to_timing <= time) {
$('#cancel').hide();
}
if (to_timing <= time) {
$('#cancel').hide();
}