$("div#frame1 .bd1") What does it select?1. The first element with id = “bd1” in any div element with class = “frame1
2.The first element with class = “bd1” in the first element div with id = “frame1”
3.All elements with class = “bd1” in the first element div with id = “frame1”
4.none of the above