how to pass HTML objects as parameters

0

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() ;

    
asked by anonymous 07.02.2018 / 19:46

0 answers