:startsWith

less than 1 minute to read

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

Example

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

© West Wind Technologies, 1996-2025 • Updated: 01/07/25
Comment or report problem with topic