Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 1 year ago. The community is reviewing whether to reopen this question as of 1 year ago. Improve this question I wanted to set …
Tag: css
How to get certain element (using JavaScript) from HTML with similar classes?
How can I get one certain element from HTML using JavaScript. I have this code. I want to write “Text From Second Block”. If I write this code I will get “Text From First Block” Answer instead of using queryselector you can use getElementsByClassName() and instead of enter the index nu…
How to change the me when receiving email on contact us
I’ve created an contact us form using PHP Mailer, however the problem is when I received the email the name before you open it is me and I can’t figured out how to fix it. Also I appreciate it if someone explain to me what is the different between Username and the add Address. Thank you in advance…
The idea is make click on tag to display dropdown menu items
I have a bootstrap menu that is working fine, you can see the code below, but I want to display the dropdown submenu when I clicked each item in the menu. For example, if I click on the about us item it doesn’t display anything, but when I click the plus sign on that item it displays the submenu. Any
Insert Only One Record In MYSQL database using php
i am working on a project where i want to insert only one record in a specific time. For Example: in the project client rate a contractor only once.(when the construction is in working) once he rated he cannot rate second time whatsoever. I checked online but didn’t find what i am looking for. Now I hav…
Model Image for gallery function can’t be used on many image
Hello guys so im trying to make model image function for my gallery but I can’t use the function on many image, any suggestion on how fix it ? can I change the var img to collect the element by class name? Thanks before. Here’s the code: My CSS Code: My Java script Code: Answer Working with multip…
How to make auto slideshow of Divs stop when target link to one of the slide is clicked
I have a slideshow of divs that automatically cycles through but how do i make it so that when i click on a target link, it leads me there and stops the cycling of the slideshow. Moreover, after a few cycles, the slides start to clog up and aggregate on top of one another, can someone please help tp rectify
How to add multiple views in html page in javascript?
I have this two html code where index.html is the main view as view 1. But I also want to add the temparature.html as View 2. How can I do it from the index.html page? i have added all the files what …
Javascript: move a DIV and detect when it’s fully inside another DIV?
I have to create a UI where the user can click buttons to move a DIV (the gray box) in preset increments by clicking the 4 buttons. Further, i need to detect when they have moved it completely “inside” the other DIV (dotted red line). Moving the div seems straightforward enough, but I am confused …
How can we dispay a zoomed div like this
Please how can I display a zoomed html div like in the picture above: After we click on a small div to zoom it, we show a new zoomed div (we can close it). Answer This is a modal. You can use a bootstrap modal or create your own .