optgroup Questions
1
Solved
I am developing a drop down menu that uses HTML optgroups for group names that employees are a part of. Here is the MySQL query and output:
mysql> SELECT employees.emp_id,employees.empname,employ...
Keesee asked 27/2, 2011 at 8:14
4
Solved
I have a select box in which i can select multiple options. In the select box are multiple optgroups.
Is there an easy way to select a whole optgroup at once in javascript?
Isreal asked 24/9, 2009 at 20:14
2
Solved
I have a dynamically populated (by ajax) select box with resulting options like that:
<select id="destination" name="destination">
<option value="london-paris"...
Ergocalciferol asked 4/2, 2010 at 23:0
© 2022 - 2024 — McMap. All rights reserved.