Skip to main content

All Questions

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
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
2 answers
608 views

SELECT Parent category from drop down, it will show child category in another drop down but repeating same child category

I'm facing an issue that I have created 2 tables one is parent_category and another is child_category. I fetch the parent categories in select option drop down. My aim is to fetch the child category ...
Ali Irtaza's user avatar
0 votes
2 answers
48 views

Jquery issue sending data to php

I am working at a project for my school but I have an issue with my code. Explanation: I made a dropdown menu which is populated from my DB which is working fine. In the dropdown are all "...
Badic Anes's user avatar
1 vote
0 answers
39 views

Selectbox issue

I have an issue with my code below. I populated my selectbox from my db which works fine. But when I select an option it wont send the value to my other php file I am relative new to jQuery so I hope ...
Badic Anes's user avatar
1 vote
0 answers
141 views

Get First Option Text on Button Click Jquery

I am having a select field in which I am trying to achieve something like when the dropdown is selected, datatable will be sorted accordingly. Once the user is done with sorting, There is a button to ...
Roshan Zaid's user avatar
1 vote
1 answer
823 views

Dropdown-menu links in jquery datatable is not working when click on them

sorry for disturbing you. I tried to find the solution for my doubt from the last three days, but without success. So I'm here to ask for your help. I have a jQuery datatable in my PHP page with a ...
Claudionir Queiroz's user avatar
-2 votes
1 answer
68 views

dynamic dropdown fetching data from database not working

I have a table named tblstationerystock having three columns like :- uin, orderdate, quantity. There are multiple record on different orderdate against uin. My table Structure is:- i have a form in ...
roopa's user avatar
  • 75
0 votes
1 answer
52 views

PHP dynamic options in select inside html

I have categories and sub-category taken from API json file, the API returns category objects with "parent" attribute, main category objects have parent attribute equals to 0, and the sub-category ...
Jassim Kadhem's user avatar
1 vote
1 answer
751 views

How to keep jQuery auto populated dropdown result selected?

I have this dynamic dropdown which fetches result on selection of one select menu, but the challenge I am facing after it auto populates the results on the second dropdown on submit of form the value ...
Sherline's user avatar
0 votes
1 answer
1k views

How do I save the value of this PHP dropdown using jQuery? [duplicate]

I have this dropdown menu in PHP and I would like to get the selected value in jQuery: <p> Choose device type : <?php echo "<select id='...
showtime's user avatar
  • 1,442
0 votes
2 answers
530 views

Dynamic Drop Down Menu and submenu php mysqli with slug value

I have a menu that needs to be created dynamically from the database. need to have menu and submenu for example (what i want is ): <li class="<?= ($pg == 'departments') ? 'active':''; ?>...
Nagendra Kumar's user avatar
0 votes
2 answers
1k views

How to get input values in a loop by jQuery

Here is select dropdown, this is in loop of multiple divs. how to get value of each element when we click Cancel button. here am trying like this <?php foreach ($_orders as $_order): ?> &...
Praveen Negimani's user avatar
1 vote
0 answers
405 views

Codeigniter: status change by dynamic dropdown using ajax

I am getting the list of users, the last column in my table is for user's status, default is new and admin can change the status new to done, I am new in Codeigniter so not getting an idea what went ...
Sagar Parikh's user avatar
0 votes
1 answer
1k views

jquery - How to add image to the Select2 dropdown list with data retreived from MySQL and PHP through AJAX?

I want to add an image in front of the options in the searchable dropdown list I made. The list is populated with data from MySQL database retrieved via PHP and AJAX. I am using the Select2 plugin for ...
Boris J.'s user avatar

15 30 50 per page
1
2 3 4 5
22