Skip to content

rdnc12/jQuery-Assignment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Here are the tasks to do, you must use jQuery to solve them

  • Delete buttons should remove the topics (li elements).
  • Add button should add a topic (an li element inside 2 span elements).
  • There is a checkbox under the topics. It should hide all topics when checked, unhide when unchecked. (hide all ul elements)
  • There is search field above. It should filter the topics (filter li elements). It should be case-insensitive.
  • After finishing the tasks; do add commit and push to update the repository on your GitHub account, and share the link of the project like this via Trello. Remember: Repository settings > GitHub Pages > Source (master)
Bonus
  • You may add your own styles and possibly add more items and functionalities to the project. You may use this project for your portfolio. Even it could be shared via LinkedIn rightaway.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 36.8%
  • HTML 32.1%
  • JavaScript 31.1%