Jquery – refresh html table without page reload

  Kiến thức lập trình

Python script is generating flat html file. Python generate new content each time when it get new data from pandas.
Now i am thinking abut refreshing part of the web page – table content without reloading page by F5.
Jquery is doing something similar but i found only examples with mouse event like on-click event.

Is there possibility to run Jquery if table content was changed?

LEAVE A COMMENT