Jquery Plugin : selectboxes : Use OptGroup
Hello
first ! Excuse me for my bad english. I hope you can help me.
i'm beginer with jquery. I use the selectboxes plugin.
But i need to put option in optgroup. (selectboxes plugin don't support that)
how can i add this ?
I think to modify "jquery.selectboxes.js" the "addoption" function to add a optgroup field.
like :
-
$("#myselect").addOption("Value", "Text",false,"optgroupname"); // add single value in a optgroup
if optgroup field exist add option to this optgroupe else create optgroup and add option.
But ... i don't know how to do that ! Somebody can help me ?
Best regards
Thy