Posts by bruna • 1 point
3 posts
-
-1
votes1
answer28
viewsQ: use methods of one class in another
I’m making a simple application, and when it comes to using the methods of one class in another, it’s not working. I have the following class: import org.bson.Document; import…
-
0
votes1
answer29
viewsQ: table returning null
when I try to get the values that are in the table with the following code: document.getElementById("#tbl-info"); and is returned null html: <table id = "tbl-info" class = "table table-bordered"…
-
-1
votes1
answer126
viewsQ: take data from the url using Avascript/jquery
I have a URL with the data encoded using encodeURIComponent. Then I decode it using decodeURIComponent and it looks like this: http://localhost:8081/edit.html [{ "name": "Darth Vader", "ladoForca":…