Skip to content

Tag: html-select

Showing dates on HTML on option select

I am working on an HTML file that has a drop-down list of months. When I select a month, I want the function to show the dates of the month on the page in this format: 1st of December 2020 2nd of December 2020 . . . 31st of December 2020 Below is my html: I cannot get the function

Box appears before option is selected?

I have a drop down list that is supposed to open a new list when a certain option is selected, for whatever reason one of the hidden boxes appears when I reload the page but goes away when I select an option that isn’t connected to that box. Am I missing something? Answer The style in the following sele…

jQuery show/hide based on select (survey mode)

I want to improve the code offered here https://jsfiddle.net/comprido/dcgjzfph/4/ based in the infographic time: What’s the best T-shirt printing technique for me just to pass that questions to my clients before they choose a printing option. I’m sure the coding can improve… any hand? Based on the…