I have the below but want to only loop through lines in #lines which have an id starting with total
$("#lines li").each(function() {
}
any ideas?
Lee
$("#lines li[id^=total]").each(function() { ... });
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With