We are about to switch to a new forum software. Until then we have removed the registration on this forum.
After executing my ajax code, I assign the title and paragraph to a div, p5Container. It's a long list, and my navigation bar dissapears so I can't scroll. Does anyone have a solution?
createElement('h1', overdenking[i].Title).parent(p5Container);
createElement('p', overdenking[i].Date).parent(p5Container);
Thanks