:startsWith

This jQuery filter allows searching for strings without case sensitivity that start with the provided text

Example

$(".list-item-header:startsWith(Time)").show();