Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 761 Bytes

28_lesson_practise.md

File metadata and controls

11 lines (8 loc) · 761 Bytes

Task 1 (AUTO_SUGGESTIONS)

  1. Create an input in the center of the page
  2. On starting typing in input, Show suggestion list under input ( google style).
  3. On click on suggestion item the item value shoud be shown in input.
  4. The characters that have been already typed by user should be also highlited in the suggestion list.
  5. After user will click on item from suggestion list list should dissapear.

Task 2 (Using jQuery UI)

  1. 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.