Skip to content Skip to sidebar Skip to footer

Refresh Div Every Seconds With Ajax And Show New Div With Existing Div

I have 1 web page where I want to display list of users joined to my web site and connections between them. I have users and connections between them: var data=[ {

Solution 1:

As per the discussion points we have reached to resolve the issues :

  • replace div elements with canvas to ease and faster rendering.
  • use Third party js library for rendering nodes and edges into canvas.

Post a Comment for "Refresh Div Every Seconds With Ajax And Show New Div With Existing Div"