jQuery find a li element within ul
I've a function, which should remove a li element from a list identified by the id. I use jQuery and this call $("#selector").find("li[id='" + id.substring(4) + "']").remove(); The call started with a click on a button. In Firefox it works…