well I need to get text from specific id when I click on the button by using Ajax
so the following file stored on the server
file.text
-------------
<html><body>
<p id='name1'>
Ultragunner
</p>
<p id='name2'>
Zulwarn
</p>
<p id='name2'>
Ruby
</p>
</body></html>
<p id='name3'>
Sapphire
</p>...