Autocomplete no select

0

I am developing a work order order screen. In select I did an autocomplete that worked perfectly, as per the attached image. But I needed to get the JavaScript include so that autocomplete could work.

<?php
include_once 'javascript.php';
?>

How do I leave the JavaScript include in the code?

    
asked by anonymous 16.09.2018 / 03:07

0 answers