-1

I want to run autocomplete with filtering based on the search in tex tbox. I want to know what are the libraries to be included in the head section.

Rajesh
  • 3
  • 5

1 Answers1

0

Solely these will do:

jquery

angularJS

ui-bootstrap

Rahul Arora
  • 4,503
  • 1
  • 16
  • 24
  • Thanku . here is the code pen i found, its not working if i include all the above three https://codepen.io/joe-watkins/pen/EagEWv what changes i ahve to do? – Rajesh Jul 09 '16 at 05:10
  • It is working completely fine. Try typing 'michigan' – Rahul Arora Jul 09 '16 at 05:35
  • there its working. but when i use it in my project its not working. kindly suggest what changes and what libraries i have to include for the existing code in code pen. i am a fresher of 3 months exp. and this is the task for me give in training kindly help me. – Rajesh Jul 09 '16 at 05:39
  • What error are u getting in the console? (in your project) – Rahul Arora Jul 09 '16 at 05:43
  • i included the above libraries but when i type any letter in the textbox, auto complete not occurring . not even it showing the states names . in console no errors came – Rajesh Jul 09 '16 at 05:52
  • no error in console. its not showing the data when i type any keyword – Rajesh Jul 09 '16 at 05:54
  • http://jsfiddle.net/sebmade/swfjT/.. how can i use this? the libraries EXTERNAL RESOURCES LOADED INTO THIS FIDDLE: jquery-ui.css angular-1.0.0.js how can i add these external resources.pls help me – Rajesh Jul 09 '16 at 06:06
  • Try to exclude jquery. Just include Angular JS first and after that include ui bootstrap. Also u need to add ui.bootstrap as dependency will defining your module – Rahul Arora Jul 09 '16 at 06:32