jQuery Isotope remains the best script to filter and sort elements in various layouts like grids, masonry and responsive layouts. A missing feature is the ability to sort these layouts via a URL hash and you can fill in this blank with the following snippet. In our example, the Isotope container is ‘.container’ and the isotope items being filtered are …
Best Free Snippets Manager
We use GitHub for all our code repositories, but it’s not always a convenient method of managing your snippets. The simplest way is often the most direct and that’s on your PC / Mac or Linux Machine, but they are very limited free options here, especially cross-platform. You will be happy to hear that a great Free Snippet Manager is …
jQuery Remove Duplicates
This is a useful jQuery Script that removes duplicates within an element such as a list. It simply cycles through an element and removes anything previously ‘seen’. Let’s take a list of Cities as an example:- London Paris Berlin London (is removed as duplicate) Dublin Brussels In this example we are cycling through a standard unordered list and removing duplicates, …