785 0 0 0
Last Updated : 2025-04-28 20:51:30
In order to remove all the options of a select box use the following snippet.
$("#innerSelect select[name='pmember_id']").children().remove();