Posts by Batista Romao • 3 points
2 posts
-
-2
votes1
answer22
viewsQ: To assign a Javascript variable to an HTML value element using jQuery
I have this code, which is catching the event of click: $(function(){ $('.js-editEstoque').on("click", function(){ var descricao = $(this).attr('data-name-Estoque'); var id =…
-
-1
votes1
answer21
viewsQ: To Assign a js variable to an HTML value element using jquery
I got this code that’s picking up the clicker event $(function(){ $('.js-editEstoque').on("click", function(){ var descricao = $(this).attr('data-name-Estoque'); var id =…