Create a Lightbox Photo Gallery With JQuery
Lightboxes are a great way to display your photo gallery and super simple to implement. Learn how you can create your own with JQuery.
Lightboxes are a great way to display your photo gallery and super simple to implement. Learn how you can create your own with JQuery.
Learn how you can use JQuery, Ajax and PHP to search, filter and paginate through content like products and posts without reloading the page.
In this post we'll add functionality to a form that allows the user to also sort the results of a multi-dimensional array using PHP's built-function, usort.
Infinite scroll is a great way to increase page load times by excluding content until a user is ready to see it. This article explains how it can be done.