1

I want to capture a part of webpage using jQuery but instead, it captures the whole page.

Something like this:

<html>
    <body>
        <div id="top"><p>Hello World!</p></div>
        <div id="middle"><p>World Hello!</p></div>
        <div id="bottom"><p>Hello World!</p></div>
    </body>
</html>

I want to capture only the <div id="bottom"></div> part. Please tell me how to do this.

Thanks.

Gilsha
  • 14,431
  • 3
  • 32
  • 47
jazz
  • 17
  • 7

0 Answers0