What does the syntax $("div#myDiv .para") will select?
1.It will select all elements with class = "para" within the div element with id = "myDiv"
2.It will select all elements with id = "myDiv" within the div element with class = "para"
3.All div elements with class = "para" or with id = "myDiv"
4.none of the above