I have the following code to sort the items in a dropdown list:
function sortDropDownListByText(selectId) { $(selectId).html($(selectId + \" option\").so
Theoretically, I would approach the problem by removing the "Please select" entry, sorting the list, then append it again, once the sorting is done