Mudar o Bloodhound Remote dinamicamente
$(document).on('click', '#changeSource', function() {
console.log('change the data');
states.clear();
states.local = otherResults;
states.initialize(true);
});
Tough Thrush