sergiodlopes / jquery-flexdatalist

Flexible input autocomplete/datalist plugin for jQuery
http://projects.sergiodinislopes.pt/flexdatalist/
MIT License
365 stars 84 forks source link

jQuery.noConflict cause jQuery.flexdatalist is not a function #219

Open simply201051 opened 4 years ago

simply201051 commented 4 years ago

Hi,

In my case, I need to use different version of jQuery, but it will throw a error "jQuery(...).flexdatalist is not a function".

I think it will be work if change "jQuery" to "$" in the jqeury.flexdatalist.js:1922

https://github.com/sergiodlopes/jquery-flexdatalist/blob/88e9d6a3977cede3a54e3100519092ee420fd764/jquery.flexdatalist.js#L1922