Posts by Bruno Camarda • 53 points
7 posts
-
0
votes1
answer387
viewsQ: How to make a POST request with Javascript form
Hello! I’m trying to make a request through Javascript, but I’m not getting it. I need to pick up the e-mail through a form and send this amount for the request, type…
javascriptasked Bruno Camarda 53 -
0
votes0
answers57
viewsQ: Effects of Hover happening automatically on @media
Hello! I’m doing a Hover effect on my project (Assigning a CSS style to a specific element within a div), in boxes, that when I step the mouse it expands and displays a text and a button that did…
-
0
votes1
answer174
viewsQ: Assigning a CSS style to a specific element within a div
Hello! I’m doing a project and I have a div flexbox-container who has three div daughters, card-home-main. I would like to make an effect by passing the mouse on card-home-main, but when I do this,…
-
1
votes1
answer550
viewsQ: Create a JSON and add elements dynamically
I wanted to know how to create a JSON and then add elements dynamically. The initial JSON needs to be like this: { id: Lime.Guid(), type: "application/vnd.lime.collection+json", to:…
-
3
votes2
answers1806
viewsQ: How to disable and enable onclick with Jquery
Hello. I’m doing a little job for college, where a child needs to click on the image that is wrong in a group with 3 other images. When clicking on one of the images, it receives a feedback whether…
-
0
votes2
answers60
viewsQ: Problem with inifnito loop Randomaccessfile
I am using this code to read a text file using the RandomAccessFile, character by character, and generating a string for each word formed, to save to a Hashmap. I need to use the RandomAccessFile…
-
0
votes1
answer1270
viewsQ: How to find position of occurrence of a String in a JAVA file?
I am having to implement a work for the college, where I need to read a text file, word for word, save them in a hash table and then, according to other words read in a second file, report the…