$('#qvfilters .dropdown button').html('Select Department <span class="caret"></span>');
}
My mashup looks like this
When I clear my selections, the drop down box still holds the value selected. Would anyone be able to advise on how to clear selections on the drop down box.
I would set the button text in the showData callback function. Look in the data, is there a selected value, set that as button value, if not set ''select department' as value.