jQuery Plugin to update live a <li> from PHP
问题 is there any jQuery plugin to create something like the live feed from the Twitter Main Page , using PHP, which is getting the data from a MySQL database? How has to be the PHP file? Thanks. 回答1: You really don't need a plugin for this, you could easily create something similar yourself using jQuery to make AJAX calls to a PHP MySQL feed Create a script to make reoccurring AJAX calls using setTimeout() and then add the new found results to the feed container using .prepend() HTML <html> <head