The OPTGROUP element defines a group of choices within a SELECT menu.

learn more… | top users | synonyms

0
votes
2answers
25 views

Go to URL after selecting an option in optgroup

I want to learn how to use JavaScript (or the jQuery library) in order to go to a url indicated as a value of the option tag inside an optgroup tag. With a simple, one-level select tag containing ...
0
votes
1answer
28 views

jquery-ui-multiselect-widget change selectedText on optgrouptoggle

How i could change selectedText by optgrouptoggle? https://github.com/ehynds/jquery-ui-multiselect-widget/
0
votes
1answer
51 views

Select with Optgroup with data from the database

Help please. I need have a select box with optgroup where Type is the group name and Brand is the options. Here is my code: <?php $array = $product->get_all_brands(); ?> ...
0
votes
2answers
132 views

Jquery remove selected text on second box

I use erichynds's jquery MultiSelect Plugin to changed to 2-level chained-select-box, however it works perfectly, but there is a little flaw that have to fix so far. Please look for working example ...
0
votes
1answer
36 views

Matching exactly option and optgroup

I got an issue with following script when the select-options become long: Solution with few options http://jsfiddle.net/hsQjh/5/ Long options with issue: http://jsfiddle.net/hsQjh/6/ My ...
0
votes
1answer
81 views

Jquery get optgroup label and its childs

How could it get box_B optgroup's label name based on box_A option that is selected? I use following function tried to alert box_A parent label but unable to get it, if I changed to var label = ...
0
votes
1answer
91 views

Jquery hide/show optgroup base on main selector

Please refer to this link , is a multiple select box to select sub-activity base on what is picked in main-activity, its working pretty well now. Based on change request, I want to make the action ...
0
votes
1answer
67 views

jQuery optgroup and option value in multiple select box

Please refer to my first question by this link, thanks to @A.V for helpfulness, The script which provided is work great in fact, but there is an issue in the giving name for option value and ...
0
votes
1answer
108 views

joomla: adding a select.optgroup to select.genericlist

I need to add a select.optgroup to my select.genericlist, this is my code: foreach ($this->methods as $method) { if ($this->checkConditions($cart, $method, $cart->pricesUnformatted)) { ...
0
votes
1answer
223 views

Jquery populate optgroup for second selectbox dynamically

I have a very long list of options in two multiple select box, I want to populate dynamically the options for select_B based on select_A, for instance: I multiple select opt1 and opt2 from select_A, ...
0
votes
0answers
186 views

codeigniter categories and subcategories as optgroup

on my old site i have made a query to list categories and subcategories to optgroup and it works, now i have moved to codeigniter and i implemented a multilanguage support and i need to list ...
0
votes
1answer
191 views

How can I change the selected value of a dropdown list that uses opt groups?

I have a drop down list, which renders on the page like this: <select id="DropDown"> <optgroup label=""> <option value="-1"> </option> ...
2
votes
1answer
264 views

MySQL/PHP/HTML How to insert children in hierarchical dropdown form menu?

I have the following variables that fetch values from my database. These variables are storing Parent values of a hierarchical list (formats) and children values of the same hierarchical list: ...
0
votes
0answers
120 views

Passing values from dynamically named select with optgroups MVC4

So, I have a page that creates a multi-select dropdown (select box) for every project associated with the document on the page. Each project dropdown contains two optgroups. One for project Features ...
1
vote
2answers
280 views

making dropdown with optgroup using php nested array list

I have this nested array and i want to convert it into dropdown ,but at output it is just showing me combo-box with options as (array ,array,array) <select name="pcity" id="pcity" ...
5
votes
1answer
130 views

iOS Bug? Unable to change text in a select when focused using jQuery

I am using a select with optgroups for some navigation on mobile devices. I use the optgroup's label to indicate the section it belongs in - and then the option itself to designate the sub-section. ...
1
vote
1answer
93 views

Change select list function from “Remove” to “Add To”

I have a script that generates an opt group select from a ul list and then replaces it. I would like to change the function to generate the select list but not replace the ul list. Here is the UL: ...
1
vote
1answer
390 views

Struts 2 - Dynamically populate optgroup with iteration

I'm trying to dynamically populate some optgroups for my select box in struts. The purpose is to group any duplicate names in the map that drives the select box control into their own option groups. ...
0
votes
2answers
1k views

Add optgroup with options to select with jQuery

my question is simple but yet I didn't find a clear example of doing that. I'm trying to add optgroup for a select and fill it with options using jquery for some reason it's not working. this is my ...
2
votes
1answer
547 views

Set a select by option value with optgroups

We do business in the US and Canada, so on a registration form I have a select that has optgroups to separate the US states from the Canadian provinces. I use the two character codes and store them in ...
1
vote
3answers
294 views

Storing select options and optgroups in a JavaScipt array

I'm making a jQuery plugin that loops through html select <option> tags and outputs them in a different format. When looping through the options, I'd also like to maintain the relationship ...
0
votes
0answers
329 views

JQuery Chosen: Clicking on a n OPTGROUP must select all options inside it

In the jquery chosen plugin, is there any way in which all the options get selected (chosen) when we click on their parent optgroup. <select id = "country-select"> <optgroup ...
2
votes
2answers
1k views

Select Dropdown PHP foreach loop with 'optgroup' options

I have a dropdown menu with a PHP 'foreach' that I loop through to populate the select options. This works well. However, what I'd like to do is have various sub labels using the "optgroup" option. In ...
1
vote
0answers
241 views

Mobile safari issue with optgroups inside a select

Mobile Safari app on iOS 6 appears to have an issue with <optgroup> elements inside a <select multiple="multiple"> element. I've created a demo jsfiddle that works fine in iOS 5 Safari but ...
0
votes
0answers
90 views

multiple optgroup with different <select> name

Need to store who referred each client in the mysql db. If its an agent that referred I want to store in a different column than if it is a staff who referred the client. So is it possible to set ...
2
votes
2answers
1k views

Select with optgroup in Symfony 2.0

In Symfony2, the select html component is rendered as a ChoiceType object, which is used indeed also for checkboxes and radiobuttons. Does someone really know how to render a select with the optgroup ...
0
votes
0answers
187 views

show/hide options when optgroup is clicked

I have this form: <form> <select> <optgroup class="continent" label="Africa"> <optgroup class="country" label="&nbsp;&nbsp;Algeria"> <option ...
1
vote
1answer
261 views

PHP: Creating alphabetical <optgroup> sections from two-dimensional array

Per PDO's fetchAll() method, I have a two-dimensional array of cities from my database which I use to generate a dropdown with options, like so: foreach($option as $city) { echo '<option ...
-9
votes
2answers
313 views

Requesting content without reloading the page [closed]

I want to use a select element for mobile viewing of my website. Following is the select options. HTML: <select name="select-choice-8" id="select-choice-nc"> <optgroup ...
0
votes
4answers
174 views

If we can find the selected value belongs to a certain Category in HTML Select tag using jQuery

I am really scratching my head to find if there is any way to find the selected group of the selected option in the HTML Select Tag. I thought of getting parent of the selected value but could not ...
0
votes
1answer
174 views

awesome_nested_set with optgroup labels

I am using the awesome_nested_set gem located here https://github.com/collectiveidea/awesome_nested_set. I would like to make the parent categories optgroup labels but am at a loss on how to make that ...
0
votes
0answers
220 views

Spring MVC - Select optgroup binding

Is there a way to bind the form:select optgroup using Spring MVC? I could find examples of populating regular dropdowns (option tag) using a Collection but no mention of usage. Is JSTL the ...
1
vote
1answer
1k views

Creating an optgroup Using simple_form gem on Rails 3.2

There seems to be just a little documentation on the grouped_select feature in simple_form 2.0 at http://simple-form.plataformatec.com.br/#usage/collections. The documentation offers the line: ...
10
votes
2answers
4k views

Selectable optgroup in html selector

Is there any way to make option group selectable? <select> <optgroup value="0" label="Parent Tag"> <option value="1">Child Tag</option> <option ...
3
votes
2answers
669 views

Populate Select With OptGroup From Two Seperate JSon Objects JQuery

I have two json objects var type = [{"Id":1,"Name":"This is a name"}]; var subType = [{"Id":2,"ParentId":1,"Name":"This is a name"},]; subType.ParentId references the type.Id I want to be able to ...
3
votes
2answers
598 views

optgroup select title of group

I want to create a drop-down box with grouped items. It is for a database lookup HTML form that I am working with. Is there a way that I can select the group title, resulting in selection of all items ...
0
votes
2answers
704 views

Is there a way to select the label of the optgroup in a select tag?

Let's say we have this select tag. Is it possible for me to select 'Swedish Cars' option that shows up in the dropdown? <select> <optgroup label="Swedish Cars"> <option ...
-1
votes
2answers
146 views

how to group rows in mysql according type?

=) im just bothered of this problem.. how to group the rows in mysql according to type well here is my example input and output for this.. lets just say that i have these in my database |Name | ...
0
votes
2answers
600 views

optgroup get in php label associated

I have following code in a html form <select name="category" class="input" onchange="ShowTB(this,'suggest');"> <option value="0" selected="selected"> [choose yours] ...
0
votes
2answers
152 views

Bug in select/optgroup using keyboard accelerators in webkit?

See http://jsfiddle.net/3EksU/2/ With Safari and Chrome in the example, if you select (without opening the drop down) and I press a letter key on the keyboard, the value in the select box if rotating ...
3
votes
1answer
375 views

How to include a “Please select…” (default/prompt) in a grouped dropdown list?

The code I am using for the dropdown list is this: <%= f.select :post_type_id, option_groups_from_collection_for_select(@categories, :post_types, :name, :id, :name) %> It neatly divides the ...
6
votes
2answers
4k views

GroupBy in JavaScript to group JSON data and populate on optgroup

I am a little bit lost. I am getting this JSON: [{ "id": "210", "name": "Name 1", "category": "Category 1" }, { "id": "187", "name": "Name 2", "category": "Category 1" }, { ...
1
vote
1answer
258 views

calling a javascript function from a ROR controller ruby

I have a function written in javascript that i would like to call (use) in my ruby on rails controller(.rb). The function dynamically creates and populates a select with optgroup How would I go ...
2
votes
1answer
343 views

Getting categories from database to HTML Optgroups and options in php

I am trying to get my categories from the database with their subcategories into <optgroup> and <option> tags and I want the parents to be <optgroup> tags but I can't loop through ...
2
votes
2answers
662 views

How to add optgroup to dropdown loop?

I have a loop that displays a list of variables in a dropdown box (based on the filtered category). I'd like to add in option groups (using subcategories) from my table. How can I add this to part ...
0
votes
1answer
232 views

Is it possible to make an option of a select dropdown appear as optgroup via css

I am actually populating options from xml for my dropdown and Now adding an optgroup to select is a challenge. Can I add them manually and change the behaviour via css
4
votes
7answers
2k views

select 1st option in a multi group dropdown with jquery

I have dropdown very similar to this: <select id='someSelect'> <option value="0">---select one---</option> <optgroup label="Bikes"> <option ...
1
vote
1answer
594 views

how to make optgroup in asp.mvc?

MVC newbie here again! I have two lists in my controller. IList<Cars> allCars = _repository.GetAll<Cars>(); IList<Bikes> allBikes = _repository.GetAll<Bikes>(); Cars { Id, ...
1
vote
1answer
572 views

Dropdown-Menu with optgroup

i am trying to create a dynamic dropdown-menu that receives its entries out of an xml-file at script-startup. first i tried a static version like this: Tr(td([popup_menu( -name=>'betreff', ...
2
votes
1answer
1k views

Bind Dropdownlist with optGroup from sql datasource

I have to bind a Dropdownlist with coutries which should be grouped by region, I have found a sample code from the following link, ...

1 2