Posts by Lucas Machado • 11 points
5 posts
-
-2
votes3
answers160
viewsQ: Javascript function works only once
I would like some help with these functions. I would like the last td to change every time it is clicked between active and inactive. But it only works the first time clicked after it doesn’t work…
-
-1
votes1
answer88
viewsQ: Add table with AJAX
Good morning I need help in this script. That when selecting an option in select is placed dynamically data in the table. But I don’t know how to return the html tags to the source page. On the…
-
0
votes1
answer46
viewsQ: Toggle CSS Classes
Now I come with another question because I’m a beginner in javascript. Well, I have this function that when clicking on the registered tasks tab appears a div with a select(combobox). As I do for…
-
0
votes1
answer46
viewsQ: Click Section and open DIV
I want to click on Flap Change the class of the div that contains the attribute to show. It is originally with a class that makes it hidden.I have the js function there but it’s not working Who can…
-
0
votes0
answers55
viewsQ: Alertdialog with Listview in Firebase
Hi, I’m new to Android Programming. I’m trying to put a custom Alertdialog in an Activity in this Alertdialog I want to put a listview that calls items present in my Firebase database. But when I…