- Create an input in the center of the page
- On starting typing in input, Show suggestion list under input ( google style).
- On click on suggestion item the item value shoud be shown in input.
- The characters that have been already typed by user should be also highlited in the suggestion list.
- After user will click on item from suggestion list list should dissapear.
- Add to the page Slider from jQuery UI - points sohuld start fron 20 till 100. Add an input [type="number"] under the slider, it should get from 20 till 100, if user enters other number it should dissapear and 20 should be shown, if user enters number from 20 till 100 the slider should also be setted by this number.