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
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