03. Movie Button Layout πŸ‘©β€πŸŽ“πŸ‘¨β€πŸŽ“

Movie Button Layout

Instruction

  • Using your previous activity files or the starter code provided, complete the following requirements.

  • Your final code should:

    • Dynamically generate at least 4 buttons, using jQuery, above the search bar.

    • Each button should be a different movie title.

    • Allow users to create new buttons upon entering text in the textbox and clicking Add a Movie.

    • If you finish early, begin reading about HTML5 data-* attributes and how (and why) you would add them to dynamically generated elements with the jQuery .attr() method.


βœ… Solutions

Solutions Click Here