Tagged Questions
0
votes
0answers
20 views
Specifying number of dropdown menus by choosing value from a dropdown
Badly needed help here! :(
Getting straight to the point, I want to specify number of dropdown menus by choosing a value from my first dropdown.
Enter Desired Number of Superstars:
<select ...
0
votes
1answer
71 views
I have to post select options on change with PHP, but select is being converted to ul li by JQuery
I am using styled select dropdown, from here:
I want to post the selected option in order to render some data for other dropdowns.
The problem is the the
onChange="this.form.submit()"
is not ...
1
vote
1answer
28 views
Dropdownlist binding to an object not returning selected object
I am binding an object to a dropdownlist using Knockout 2.2.1. The binding is working for putting the correct items in the list but when I try to get the OBJECT selected it is not working. I have a ...
0
votes
0answers
15 views
Adding from dropdown selection list selections and selections is image and hover text
I have question about Select Options from dropdown Options selection and selection is image with hover text on image!
Like when i register some site and select my country, there is options with ...
2
votes
3answers
46 views
Populating an input table based on dropdown menus
I am very new to Javascript/JQuery and I am having difficulty. What I am trying to do is put a value into an input field based on two dropdown menus (a product and the currency type). Tried a whole ...
1
vote
0answers
23 views
Dropdown arrow on custom CSS select box not working
I am working on the following website and i am having an issue with the dropdown (selectbox) arrow. http://gator1016.hostgator.com/~tamarind/index.php/en/2013-05-02-04-09-11.html
If you click on the ...
0
votes
0answers
47 views
Adding from dropdown selection list selections and selections is image
I have question about Select Options from dropdown Options selection and selection is image with hover text on image!
Like when i register some site and select my country, there is options with ...
-1
votes
0answers
81 views
Open new tab on 'Go' from dropdown
I have gone though several post regarding this issue but none of the solutions is working.
(drop down menu: open links in new tab + "Go" link
Drop down menu open in tabs rather than new ...
0
votes
2answers
63 views
How To Fix This “Select” Drop Down Using Css [duplicate]
This text "Third OMG! How can one option contain soooo many words? This really is a lot of words." make my Select box width more than 300px.
<form action="" method="get">
<select ...
1
vote
0answers
68 views
Isotope Dropdown select filtering with hash history integration
Can anyone tell me how to integrate an isotope dropdown with hash history?
Thanks!
I found a solution! Here is the code for anybody it needs!
Here is the HTML:
<nav id="filterGroup" ...
-9
votes
1answer
59 views
fetching values from multiple select drop down [closed]
I have a form with a drop down that allows to select multiple values in a single drop down.
I want to fetch all the selected values from the drop down on a java script fucntion, separating the ...
1
vote
2answers
48 views
How to select the selected option field in dropdown in php
Consider the following command:
echo '', $row['name'], '';
Now how do I add the following code into the code I'm doing does not work either.
if ($row['name'] =='class2' )echo " selected ";
0
votes
2answers
43 views
Dropdown-Select for a database table
I simply want to have a dropdown menu which will have all the rows of a table as its choices. How do I achieve that?
Let's say I have a model "Student" and I want to have the "name" property to be ...
0
votes
0answers
35 views
Cross Model Data Gathering from Drop Down Menu
I was wondering if there is a way to gather certain information based on the drop down selection that is chosen before it is saved.
Currently I have an "event" model admins can access and add an ...
0
votes
3answers
86 views
Select all record asp.net (dropdownlist)
Good day all,
I have this dropdownlist :
<asp:DropDownList ID="DropDownList1"
runat="server"
AutoPostBack="true"
DataSourceID="SqlDataSource1"
DataTextField="Categorie"
...