Skip to main content

All Questions

Tagged with
0 votes
0 answers
7 views

Ajax/Jquery Population of dropdownlist without accumulating the values from previous results

I have this parent dropdownlist named "dl_empID" and child dropdownlist named "dl_logs". dl_empID is the employee's refID while the dl_logs is the records of attendance. I want to ...
Ruffa Mae Amparo's user avatar
0 votes
0 answers
58 views

select2 in laravel doesn't appear

I want to use select2 in my Laravel but I am having problems with not being able to apply it to my form, how do I do it? form.blade.php @extends('layouts.app') <!-- Custom styles for this ...
Rakhmad Maulana's user avatar
0 votes
1 answer
37 views

Can't get this dropped down menu to work JQuery

On the code I am working below, in the tab called issues, when you hover over it a subsequent menu drops down. It disappears when you leave the tab which is good. However, I would like the new sub-...
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
0 votes
0 answers
31 views

Recursive Submenu Opening and Incorrect Active Class Assignment on Right Arrow Key Press

I'm currently working on a web application that has a menu system with submenus. I'm trying to implement arrow key functionality where the right arrow key should open a submenu, and the active class ...
Krish Patel's user avatar
2 votes
0 answers
76 views

Triggering change with value from API

I'm working on a project where I need to obtain current coords, save them as variables, send those parameters to GeoNames and obtain country code. That country code is meant to trigger a change event ...
user avatar
0 votes
0 answers
14 views

Issue with creating buttons from select options using jquery

I'm using jquery to make buttons that are connected to my select dropdown options (with the intention of hiding the drop down once these are working), but the loop seems to be iterating multiple times ...
michaelah'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
-1 votes
2 answers
41 views

jQuery change function doesn't operate after submission error

I used this jQuery script in a simple form to show #x just when the yes option is selected on the dropdown (#field1). That works completely but the main problem is when a submission error occurs, the #...
Edman Center's 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
35 views

Select boxes not keeping selected options

So, I'm new to development and I'm having some problems with a script. In practice, I have interconnected drop-down menus, which will filter the data on the display. The first country menu is what ...
PeW's user avatar
  • 1
0 votes
1 answer
36 views

Trouble having a dropdown change an image being displayed

My goal is to have a series of 4 images that you can click, a drop-down menu appears, and a new selection can be made. The new selection should change the image to one that corresponds with the ...
Jacob Mason's user avatar
0 votes
1 answer
126 views

Cypress - empty select element list when executing in viewport [closed]

I'm trying to execute the following code: it('try select', () => { cy.visit('http://automationteststore.com/index.php?rt=account/create') cy.get('select:visible').eq(1).select(5, { force: true }) })...
Kenoid's user avatar
  • 1
0 votes
1 answer
40 views

JQuery not catching dropdown value

I'm making an API interface for scheduling package pickups. The API requires the number of packages, among other things. My project manager said he needed the number of packages to be a dropdown list. ...
evie_and_eevees's user avatar
0 votes
0 answers
39 views

How to log the value of a clone drop down?

I understand that when you change a selection, the state of the selection is stored in browser and the cloned node will never include the state of object/ element which is changed and/or stored by ...
genericdude76's user avatar

15 30 50 per page