$(document).ready(function() { var select = $('select[data-name="acmPesDocumentoTipo"]'); select.find('option[value="rg"], option[value="cnh"], option[value="outros"]').remove(); select.selectpicker('refresh'); });