Ajaxy Pagination using jQuery
Saw this today: AJAX Pagination using jQuery and PHP with Animation. While it is quite simple to add paging using jQuery, why not make it work without the jQuery as well? It isn’t too hard to do, add a url to each of the a tags, then load the content based on that instead. This would be the code (some… Read more →