0

I'm trying to learn jQuery and Ajax and have found a great tutorial to insert and load records.

The tutorial

But I have not managed to make it load records when I refresh the page. The comments that I have added are stored on the database but they are not displayed when I refresh the page.

Anyway I can make display the inserted records?

4

1 回答 1

0

three way to set record after insert.

  1. after insert record, return inserted record and append in list.

  2. after insert record, just get value text box and add in list.

  3. after insert record, list return and add to list or div.

于 2012-09-24T08:02:47.533 回答