Submit your widget
34
Yays

popular jQuery Scroll Path plugin

Views 13426   downloads 2775   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…

144
Yays

a Vertical Scrolling Menu with CSS3 and jQuery

Views 35387   downloads 4857   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…

212
Yays

CSS3 and jQuery Horizontal images Scrolling Menu

Views 30919   downloads 3654   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…

144
Yays

jQuery Super Cool Vertical Scroll Menu

Views 35225   downloads 4763   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>…