Posts by Renan Almeida • 18 points
2 posts
-
0
votes1
answer138
viewsQ: Take the value of the "data-" attribute with jquery
Good afternoon, I am doing an html + js activity (with jquery), I need to get the value of the attribute "date-" when the button is clicked. Follow the code: html: <table id="table" class="table…
-
0
votes1
answer49
viewsA: Why doesn’t my button event start in Swing?
Good night! I took your code and made the button "listen" to the action, with a LAMBDA expression simplified some lines, making it work... private static javax.swing.JButton bo; public static void…