:startsWith
This jQuery filter allows searching for strings without case sensitivity that start with the provided text
Example
$(".list-item-header:startsWith(Time)").show();
This jQuery filter allows searching for strings without case sensitivity that start with the provided text
$(".list-item-header:startsWith(Time)").show();