So, lets say that we have this structure:
<div id='allTempLinkHolder'>
<div class='tempLink'>Value</div>
<div class='tempLink'>Value 2</div>
<div class='tempLink'>Value 3</div>
</div>
How i can submit all of the different values of .tempLink with post ajax, for example to post them to fetch.php ?
Thanks!
if you simmply want an array sent: