Submit your widget
36
Yays

popular jQuery Scroll Path plugin

Views 13713   downloads 2910   Menu & Navigation

This demo will shows you how to take a personal site with a common text document layout, and create something far more interesting with the jQuery Scroll Path plug-in. Starting out We’ll start out…

145
Yays

a Vertical Scrolling Menu with CSS3 and jQuery

Views 35814   downloads 4965   Menu & Navigation

Creating markup We will begin by creating the necessary HTML structure. At first, I wanted to use an unordered list as a container for our images and captions, but then I encountered some bugs with vertical…

214
Yays

CSS3 and jQuery Horizontal images Scrolling Menu

Views 31294   downloads 3774   Menu & Navigation

There are a lot of cool flash scrolling menus out there, but I decided to make a similarly looking menu with just CSS and jQuery. I couldn't achieve the same smoothness in animation, but anyway I'm…

148
Yays

jQuery Super Cool Vertical Scroll Menu

Views 35542   downloads 4898   Menu & Navigation

Create a vertical scroll menu that scroll automatically according to your mouse axis-Y movement. 1. Get mouse axis The following code will return the X and Y Axis values for your mouse pointer. <script>…