Posts by Filipe Oliveira • 91 points
6 posts
-
1
votes1
answer562
viewsQ: check if file is image or video with JS or JQUERY?
Good night! I’m doing an image/video preview before the user posts it, I’m wanting to do it with a single input and would let JS check the file and return the extension so I can display the desired…
-
2
votes1
answer325
viewsQ: How to switch between tabs inside a modal bootstrap?
I’m working with bootstrap to make a chat modal. The idea would be as follows: I open the modal where the user’s chat is located and in the first tab of the modal would be a content (last messages,…
-
1
votes2
answers115
viewsQ: How do you make the <div> with the <img> tag only appear after the photo is loaded?
good afternoon friends. I’m using Jquery so as soon as I receive the image by the "file" input, send it to the img tag placed next to it, however, I want the image to appear only after loading... If…
-
1
votes1
answer38
viewsQ: I am facing problems editing margin in media query
Sorry to ask, it’s kind of silly but I need help. I’m using Bootstrap to make it easier when it comes to grids... I need two Ivs on the page, one with col-Md-9 and another with col... and to…
-
1
votes3
answers746
viewsQ: How to change the color of several Ivs at the same time with Hover?
I’m doing a project where it has 8 Ivs. At first, they all have the white color, but when the mouse is passed on top of each one, the colors change. I would like to make sure that when you hover…
-
2
votes1
answer1067
viewsQ: How do I align Divs from left to right from top to bottom with flexbox?
I just met this property and I need to create a social-network with the possibility of including videos... in case I would like the last one added to be at the top left and so on... that’s my code…