How do you go about creating the parallax feature that many popular websites use these days? Here’s a simple script I created exploring this concept.
Tag: jQuery
How to Create a Simple Accordion Script
How do you create a simple accordion style? In this article I explore how to use jQuery and some basic HTML & CSS styles to create an accordion – jsFiddle code available.
Create Sidebar Nav Menu Using jQuery & WordPress
How do you create a sidebar using just jQuery in Wordpress? What if the structure of the sidebar contains sub menus? Here’s some code I created to help achieve this task.
How To Add Icons To Widget Headers
How do you add icons to widget sections in Wordpress websites? This was how I was able to get it done with this simple jQuery code.
How To Create A Simple jQuery Background Image Slider
How do you create a simple jQuery background image slider? As these elements within web pages, especially on the index page, are becoming popular this is something we can do with relative ease.