I have the following selected, how do I filter the unique fields for example it is repeating the same option <option value='967'>GOIANIA - GO</option>
several times I want it to show only the repeated data once, and it is possible to do this with jquery.
"<option selected="selected" value="0">Cidade</option><option value='967'>GOIANIA - GO</option><option value='967'>GOIANIA - GO</option><option value='967'>GOIANIA - GO</option><option value='967'>GOIANIA - GO</option>"