Tag Archives: jquery plugin
jQuery .animate() – DAY 1: Horizontal Sliding Panel With jQuery

jQuery .animate() – DAY 1: Horizontal Sliding Panel With jQuery

We all have seen all those fancy jQuery plugins and said wow. What if you just need to add a simple animation or transition effect to your design without the need to use any jQuery plugin. The jQuery library provides several techniques for adding animation to a web page.

Read more
Fun With Canvas: Create a Bar Graphing Plugin, Part 1

Fun With Canvas: Create a Bar Graphing Plugin, Part 1

In this two-part series, we’ll combine the versatile canvas element with the robust jQuery library to create a bar graphing plugin. In this first part, we are going to code the core logic of the plugin as a standalone version. Today, we are going to create a bar graphing plugin

Read more