#jQuery #jQuery/Method/.add() - method to select more elements .add() .add() is used to select additional elements. Grammar .add( selector ) For example $( 'ul' ).add( 'p' ) selects the ul element, which in turn selects the p element. Example 1 Select the li element, select the p element, and set the color to red. Lorem Ipsum Dolor Example 2 When you hover the mouse over the first li element (Lo..