So there's a table being created by PHP of user records, some users are deleted but still show up on the table as deleted and i want to make that row disappear where there is a td that contains the text "deleted".
i get that this can't be done with CSS cause i don't want to target an attribute but perhaps with javascript?
so basically i want to get the element that is a table -> td that contains the string "deleted" and set a "display:none" to its parent row.
Help?
Thanks
i get that this can't be done with CSS cause i don't want to target an attribute but perhaps with javascript?
so basically i want to get the element that is a table -> td that contains the string "deleted" and set a "display:none" to its parent row.
Help?
Thanks