dwr.util.removeAllOptions()
Syntax:
dwr.util.removeAllOptions(id);
Description:
Removes all the options in a ul, ol or select element specified by id. For worked examples see the lists documentation.
Parameters:
- id: The id of the ul, ol or select element.