hide certain text when a class is not present on a page jquery code example
Example: if (to_timing <= time) { $('#cancel').hide(); }
if (to_timing <= time) {
$('#cancel').hide();
}
if (to_timing <= time) {
$('#cancel').hide();
}