I wanted to know how I can pass a VARIAVEL
variable of type "[object HTMLTableRowElement]"
as a parameter to send to a JSP that will make a $(VARIAVEL).remove()
using javascript.
This variable has a value similar to this $(this).parents()
, that is, VARIAVEL = $(this).parents()
;