:startsWith

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

Example

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

© West Wind Technologies, 1996-2016 • Updated: 04/27/14
Comment or report problem with topic