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 -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -