Does开发者_如何学C Jquery1.5 has Auto Complete widget included in their api. We are using jQuery1.5 and i have a requirement that to have auto complete implemented for Search Box. By goggling i see that jquery1.8 has it. I don't think we will get an approval for jquery1.8. If its not there how should i create my own widget in Jquery?
jQuery UI has an auto complete widget. There is no autocomplete widget in jQuery itself.
jQuery UI 1.8 has the autocomplete widget. jQuery core (as in, not jQuery UI or jQuery mobile) does not have any widgets.
精彩评论