Repository URL to install this package:
<html> <head> <script> deform.addCallback( '1', function (oid) { $('#' + oid).autocomplete({source: values}); $('#' + oid).autocomplete("option", options); } ); </script> </head> <body> <!-- Form --> </body> </html>