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

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

Installing croogo for cakephp -

c# - Use custom conventions when persisting Rebus sagas in MongoDb -