javascript - appending to table ajax -
I'm having difficulty appending my table. I keep adding names above names here:
The code keeps on adding data to the top:
Lulu 3 name ID Javi 1 Tomi 2 The code I am using to attach data is the following code here:
$ (data) .prependTo ('# Feed: last'); How can I add my data correctly?
$ (data) .appendTo ('# feed: last');
Comments
Post a Comment