0
wanted to know how I can pass a variable VARIAVEL
of the kind "[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 that $(this).parents()
, that is to say, VARIAVEL = $(this).parents()
;
Lucas, what’s wrong? I couldn’t understand what your question is.
– Jorge.M
how can I pass this variable of type [Object Htmltablerowelement] to a jsp
– Lucas Gabriel Sousa
You cannot. Pass the ID of this element.
– bfavaretto
I suspected I couldn’t, but thank you.
– Lucas Gabriel Sousa