Skip to main content

All Questions

0 votes
0 answers
23 views

Create a dropdown flyout menu that is same size as dropdown and top position is the same

I am looking for a way to create something like my below example but only using javascript or jquery. Currently my example is using bootstrap and popper.js. Also.. what would you call this type of ...
Travis Michael Heller's user avatar
0 votes
1 answer
44 views

DropDown menu closes when click expandeable sub menu item

I have a dropdown menu (mobile view), it has a collapsible menu item, when I click on it, the dropdown menu closes and I cannot see the expandable menu items. I want the dropdown menu to stay open ...
Mazhar Habeeb's user avatar
1 vote
1 answer
39 views

How to create dropdown navigation using jQuery?

I tried creating a dropdown list that is visible when you hover over the link. I want to create a navigation menu that drops links when hover over the link using jQuery. I created a function such that ...
user avatar
-2 votes
1 answer
1k views

How to create Searchable Select Drop down in HTML and CSS using only a select element

I want this select tag as searchable How to make this select tag searchable ? <div> <select name="code" id="code"> <option value="">Select ...
jones peter's user avatar
0 votes
0 answers
41 views

How to make the top element of a dropdown open when the page loads

I have this dropdown and I am trying to keep just have it open initially when the page loads, then users can click off of it or click on a different element of the dropdown to open another part of it ...
Wx_Trader's user avatar
0 votes
1 answer
144 views

I have problem with dropdown nav in bootstrap

I created a dropdown list by follow code, but in implementation I can't see its sub-item, actually its item "game" in this code doesn't have shown. Is any other CDN required? implementation'...
atefe's user avatar
  • 1
0 votes
1 answer
81 views

How can know select a element which has moved bellow the first line of elements

Good day, I am building a horizontal menu with several levels At the end (right side) I have a hidden hamburger. Here is the demo As you can see, actually, there is an hamburger drop down menu. It ...
pierrot10's user avatar
1 vote
2 answers
998 views

Bootstrap dropdown in mobile menu not closing on click

in my website which is done in bootstrap, there is a mobile menu, then menu is like below: <a class="nav-link" href="#" id="shop_submenu" role="button" data-bs-toggle="dropdown" aria-expanded="...
ZNO's user avatar
  • 181
0 votes
1 answer
285 views

Place Range Slider into a DropDown

How do I place a range slider into a dropdown? I assume there is a simple way to do this, but I'm not sure of the best way. I want to hide the range slider into a dropdown like the others, and make ...
kodikai's user avatar
  • 424
0 votes
0 answers
33 views

Dropdown text Javascript suddenly stopped working

My javascript suddenly stopped working and I'm not sure why. I have a code that has a clickable title text, which then reveals another text below it. Could you guys take a look and let me know what ...
Moses Lin's user avatar
0 votes
0 answers
117 views

Dropdown menu code not quite right on mobile

I have built a menu on this page that is live: https://boys-cry.com/ and it was working fine until I added the mobile background content on a different section and duplicated the below code and one ...
Sam Lutostanski's user avatar
0 votes
2 answers
153 views

Turning an unordered list Table of Contents into a dropdown menu with JS/jQuery/CSS [duplicate]

I have an automatically generated table of contents that is an unordered list: <ul class="elementor-toc__list-wrapper"><li class="elementor-toc__list-item"><div ...
Davron's user avatar
  • 31
0 votes
1 answer
80 views

Html Dropdown (search) click position problem

Our Dropdown option is below the text and we click then Dropdown is being shown before the option text. I want the positioning to be together even after clicking, Our Dropdown is just using Dropdown ...
user avatar
1 vote
1 answer
42 views

Change value title of a converted dropdown to radio buttons

I am using the following script (jsfiddle) to convert dropdown list to button selection. But it displays the text of the button from the value of the option. Is there a way to change the text ...
Mike's user avatar
  • 2,281
1 vote
1 answer
2k views

How to select and append div to another on select

Please I need help with this. Here is what I want to achieve. On select of the select option, each select option on select will append a div out and on select of the same div, it will hide back. And ...
Innocent's user avatar

15 30 50 per page
1
2 3 4 5
59