What is the .toggleClass() method?
What is the .next() method?
What is the .attr() method?
What is .each() method?
Why to use jQuery?
How to run the JavaScripts correctly?
What is the .css method?
What is the .text method?
What is the .remove method?
///Code $( ".hello" ).remove();
///Result <div class="container"> <div class="goodbye">Goodbye</div> </div>
What are the methods .insertBefore and .insertAfter?