How to Merge Two or More Arrays in JavaScript Combining arrays can make certain tasks and data easier to handle. In this quick tip, we'll use the concat() JavaScript method.
Infinite Scroll & “Load More” With JQuery and PHP 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.
Prevent Multiple Form Submissions With JQuery or Vanilla JavaScript Have a form that sends data that takes more than a few seconds to process? Prevent multiple form submissions with JQuery and even vanilla JavaScript.