I am using the layout from blog-grid-2.php (Blog entries with 2 column)
By default, first 6 article will be loaded, and I want to get more articles when scroll to the bottom.
I finished the code in server side part, but when I just append the HTML code by JavaScript, the article aren't shown correctly as It will overlap the original one instead of append to the bottom.
So how can I do, is there any JavaScript function can re-init the state?
