点击选择器查看获取的元素:
		输出结果:
		fmpq.com - 尝试一下 
	
		<h1>Welcome to My Homepage</h1>
<div class="intro">
</div>
<p>My name is Donald <span id="Lastname">Duck</span></p>
<p id="my-Address">I live in Duckburg</p>
<p>I have many friends:</p>
<ul id="Listfriends>
- <li>Goofy</li>
 - <li>Mickey</li>
 - <li>Daisy</li>
 - <li>Pluto</li>
 
<p>I really like Daisy!!</p>
<p lang="it" title="Hello beautiful">Ciao bella</p>
<h3>We are all animals!</h3>
<p><b>My latest discoveries has led me to believe that we are all animals:</b></p>
<table>
</table>
| Name | Type of Animal | 
|---|---|
| Mickey | Mouse | 
| Goofey | Dog | 
| Daisy | Duck | 
| Pluto | Dog | 
		Click the jQuery Selectors and see the specified element(s) get selected.