У нас вы можете посмотреть бесплатно Ep88 - Add Tags on clicking enter or Comma tutorial & Source Code или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
#htmlcssjs #javascript Ep88 - Add Tags on clicking enter or Comma tutorial & Source Code https://drive.google.com/file/d/1ThTg... 1. Design HTML & CSS 2. get the input value from input field using keyup event 3. Get the value of input Field when enter is pressed 4. When geting input value, remove unwanted space with reqex /\s+/g 5. Create an array and push the value of input field to array, 6. Using includes function of array prevent duplicate value being entered 7. if comma seperated value is entered using split function and foreach push into array 8. use the insertAdjacentHTML to insert the value 9. reverse the array using slice and reverse 10. add click event to fontawesome icons to remove the added list tag 11. remove the inbetween element of array using slice function complete VanillaJS project Playlist • Ep85 - Upload and preview image tutorial w... In this video 1. On clicking enter or add coma to add tag 2. Duplicate Tag not allowed 3. Limit to only 10 tags 4. if more than one space is found show only one space 5. Insert only value more than 3 character 6. reverse the array using slice and reverse