You can chain jQuery methods in a way that makes your code more readable, and allows you to be more expressive in the way that you traverse and manipulate DOM elements Most of us are introduced to jQuery via the following scenario: when the user clicks an element, you want something to happen to that



