Uncaught TypeError: Cannot read property 'autocomplete' of undefined

alattin (16999) 8 yıl önce sordu

Jquery jQuery Tags Input Plugin kullanmak istediğimde tarayıcı konsolu üzerinde Uncaught TypeError: Cannot read property 'autocomplete' of undefined hatası alıyorum.

jQuery Tags Input  eklentisinde Uncaught TypeError: Cannot read property 'autocomplete' of undefined hatasının çözümü nedir?

Toplam 1 cevap


alattin (16999) 8 yıl önce cevapladı

jQuery Tags Input Plugin'in çalışması için Jquery UI kütüphanesine ihtiyaç vardır.

Eğer Jquery UI kitiphanesini eklemezseniz Uncaught TypeError: Cannot read property 'autocomplete' of undefined hatası alırsınız.

Google CDN üzerinden

<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>

ile sayfanıza ekleyebilirsiniz.