Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 304 Bytes

instruction.md

File metadata and controls

16 lines (11 loc) · 304 Bytes

JQuery Practice

Lesson 1 Basic

  • First let's target the button then
    • use the click function
      • to hide and show panel
    • use fade function
      • to hide and show panel
    • use mousehover

Lesson 2 Better Code DRY

  • Remove id from btn..
  • Add class panel-button and data-panel