It probably looks like this:
*** |
*** |
< ;td>***
*** |
*** |
** * |
*** |
I want to use jquery to The tr after the title was removed, so I used the statement: $("#title~tr").remove(); the result was that it could be removed under Firefox, but not under IE. I was dizzy, and then I changed it. Change the writing method to: $("#title").siblings("tr").remove();, try this, it works, haha, it seems that although jQuery is easy to use, if used improperly, problems will still occur. Problem!
PS: Other data in the table are also filled in using jQuery.