I have the following markup:
<div class="class1"><p>line1</p><p>line 2</p></div>
With jQuery, how can I take the values of all the p tags within the div and place them in an array?
|
I have the following markup:
With jQuery, how can I take the values of all the p tags within the div and place them in an array? |
||||
|
|
|
Use
|
|||||||||||
|
|
I will assume you mean the contents of the
|
|||
|