By searchmax on
Hi,
Anyone can help to build optgroup element in the selection option as below in the form element
Volvo
Saab
Mercedes
Audi
Thankyou
Hi,
Anyone can help to build optgroup element in the selection option as below in the form element
Thankyou
Comments
optgroup in select option
Hi,
Anyone can help to build optgroup element in the selection option as below in the form element
select
optgroup label="Swedish Cars"
option value ="volvo">Volvo
option value ="saab">Saab
/optgroup
optgroup label="German Cars"
option value ="mercedes">Mercedes
option value ="audi">Audi
/optgroup
/select
Hey, Something like this
Hey,
Something like this will do it:
Enjoy!
Kendall
Abandoned Industry :: http://invisiblethreads.com ::
Thanks a lot Kendall.
Thanks a lot Kendall.