Guest User

Untitled

a guest
Oct 21st, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <script>
  2. var options = {
  3. url: "<?=base_url()?>assets/blueline/php/autocompleteCompany.php",
  4. getValue: "name",
  5. template: {
  6. type: "description",
  7. fields: {
  8. description: "vat"
  9. }
  10. },
  11. theme: "round",
  12. placeholder: "<?=$this->lang->line('application_created_company');?>",
  13. list: {
  14. // maxNumberOfElements: 10,
  15. match: {
  16. enabled: true
  17. }
  18. }
  19. };
  20.  
  21. $("#name").easyAutocomplete(options);
  22. </script>
  23.  
  24. data: ['dato1','dato2','dato3','etc'],
Add Comment
Please, Sign In to add comment