Javascript Tutorials
Custom Post Types Part Two: Creating an Archive Page
In our previous post on custom post types, we created a custom post type called Cat Memes. We went through the three methods to create a custom post-type: using a plugin, coding it ourselves, or using a generator to copy and paste the code from. In this tutorial, you...
Infinite Scroll using JavaScript
What is an Infinite Scroll and How Do You Create One? You may have visited websites that let you scroll down infinitely, as soon as you get down to the end, automatically new content pops into the browser and it lets you scroll down further. This is called an Infinite...
Making a Form Clear When Clicked
Learn how to make a form clear itself when a user clicks on it to type a query in a very easy way