Tell me can you write jQuery code to select all links, which is inside paragraphs?

Submitted by: Muhammad
Another jQuery interview question based on selectors. This is also required to write a jQuery one liner, like many other questions. You can use the following jQuery snippet to select all links (<a> tag) nested inside paragraphs (<p> tag).
Submitted by: Muhammad

Read Online Web Development Ninjas Job Interview Questions And Answers