Posts by darknone • 81 points
9 posts
-
2
votes2
answers700
viewsQ: How to remove an entire div in Jquery and then add it back?
How can I remove an entire div using .empty() or .remove() and then add it back into any function?
-
1
votes1
answer69
viewsQ: Media Query for different zoom levels?
I would like to use values 'in' in Media Query, only for different types of zoom in the browser like 100% 125% 175% and so it goes. What values should I use?…
-
1
votes1
answer724
viewsQ: How do I get a single div with the same class in jquery?
How can I use the function click in jquery with classes of the same name? Type click and appear the element only in the clicked div and not in the others. I’ve tried to use…
-
2
votes2
answers206
views -
0
votes1
answer17
viewsQ: Mobile version responsive design working on browser emulator, but not on the device itself?
In the emulators of Chrome, Mozilla and Edge are working perfectly the view of mobile devices, but on the mobile phone it is not the same. I’m using the tag <meta name="viewport"…
-
1
votes1
answer501
viewsQ: Doubt about zooming in Media Query
I want to make a responsive design, the mobile version is already ready and working perfectly, but when zooming the layout breaks. How do I fix it, or better, use zoom in media query? Is there any…
-
0
votes0
answers308
viewsQ: Problems with Phpmailer
I am testing the php script that sends emails using Phpmailer by WAMP with the correct credentials of my SMTP, only every time I open php by wamp it says that it is impossible to send the email and…
-
0
votes0
answers90
viewsQ: Javascript does not load when linking it in the script tag
I created a js class to decrease the lines and not have many scripts, so I created the 'main.js', to put all js, which would then be linked from the src script. only that when I Linko, nothing…
-
0
votes1
answer58
viewsQ: Problems with forms
I’m trying to make a form using js and php, only when I click the send button, it always stays with "Sending email..." and never sends, I checked console and says that the error is in email.php (404…