What does the following jQuery code do? $(‘p’).fadeOut(); Mark as favorite Copy Link Fades out all elements. Fades out the first element. Fades out the last element. Fades out the next sibling of each element. Check Answer