Errors when creating my website in html

0

I'm getting two errors with a .js at the time of creating my page.

These .js are

  

public.common.js

and

  

jquery-1.10.2.min.js

In the public it is an error with "getAttribute" and in the jquery it is with the "autocomplete is not a function" . Any quick advice to fix this please.

    
asked by Ánderson Alvarado 06.09.2018 в 22:44
source

1 answer

0

You have to give more details to help you, regarding jquery, you should have used a function that is not registered, that is, you have not loaded an autocomplete jQuery plugin.

$(#identificador).autocomplete(...)   //No si no tienes un plugin de autocompletado con el mismo nombre de función.
    
answered by 06.09.2018 в 23:03