HTML:
<select id="segment" name="segmentation"></select>
JavaScript
var options = {
terms: [
'RESTAURANTE',
'PADARIA',
'PIZZARIA',
'HAMBURGUERIA',
'CHURRASCARIA',
'COZINHA',
'INDUSTRIAL',
'TESTE',
'JAVASCRIPT',
'PHP',
'BRAZIL',
'CANADA',
'MEAN'
]
}
$('#segment').simpleSelect(options);
Options
Name | Description | Default |
---|---|---|
terms | Termos que serão renderizados dentro do select | Array vazia [] |
notFoundMessage | Mensagem p/ quando a pesquisa não retornar nehum valor | 'Não encontrado.' |
defaultSelected | Texto p/ quando nenhum dos options estiver selecionado | 'Selecionar...' |
See the Pen dmGeGJ by Jefferson Ribeiro (@jeffersonRibeiro) on CodePen.