Hello all i want to ask how to reload the appended data .. Actually i am having a page which goes infinite scrolling .. and i need to reload the appending elements when clicked on a particular element .. the loading is fine for the elements that are not appending (previously present when the page loads) .
loading by ajax is working fine (checked) just wana ask how to use load method of ajax for the divs in the appended data..
$("#abc").load("load.php #abc");