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: The code I am using to attach data is the following code here: How can I add my data correctly?
Lulu 3 name ID Javi 1 Tomi 2
$ (data) .prependTo ('# Feed: last');
$ (data) .appendTo ('# feed: last');
Comments
Post a Comment