January 25, 201610 yr Does anyone know why these rows wont delete? I've used this: http://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_table_deleterow2 But the rows don't seem to be deleting? http://jsfiddle.net/re2af/189/ Anyone know why?
January 25, 201610 yr Author http://jsfiddle.net/re2af/189/ Deletes working, just wondering how to update the price after a rows been deleted?
January 25, 201610 yr Nor for me. If you want the price to update you need to recalculate. I'm useless at JS but the developer who did my live totals thing needed a considerable wodge of JS to do so. PS, I might be talking ******** and it's a simple thing to do. I just point at the pretty scripts and make cooing noises.
January 25, 201610 yr Author http://jsfiddle.net/re2af/190/ I've done it like that for now, there must be a better way though? Sorry, forgot to update links, this one works, but I'm sure there's a better way then to do the whole function again. Edited January 25, 201610 yr by Brock
Create an account or sign in to comment