×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: PHP
Posted by: Jorge Alcalá
Added: Oct 10, 2018 1:58 PM
Views: 3450
Tags: t_js
  1. <script type="text/javascript">
  2.     var cmbCustomers = $('cmbCustomers');
  3.     const choDocumentos = new Choices(cmbCustomers, {
  4.                                             itemSelectText: 'Seleccionar',
  5.                                             noResultsText: 'Sin Resultados',
  6.                                             noChoicesText: 'Sin Opciones',
  7.                                             searchResultLimit: 10,
  8.                                             searchPlaceholderValue:'Filtrar',
  9.                                            
  10.     });
  11. </script>