Submit your widget
57
Yays

jQuery cool auto moving submenu

about a year ago   Views 25277   downloads 4698   Menu & Navigation

we’re going to create an automatic moving submenu based on selected its parent. Each submenu is horizontally stacked, sequentially in the order of their parent menu. So when user moving their cursor…

46
Yays

jQuery diagonal rotation with CSS3 transitions

about a year ago   Views 8888   downloads 1144   Image Effects

We start with minimal markup. Always make your markup as simple as possible; don’t duplicate elements unless absolutely necessary. Markup should be a semantic outline of your content. With that…

53
Yays

jQuery images Scroller effect

about a year ago   Views 24905   downloads 4573   Slideshow & Scroller

Scroller is a plugin for jQuery that allows display images in the form of round markers JavaScript $('.scroller').scroller({ element: 'a', // (string) HTML element direction: 'horizontal',…

52
Yays

Awesome CSS3 and jQuery Login Form

about a year ago   Views 16108   downloads 4096   Form

we will code the Login Form that you can find in Futurico UI Pro made by Vladimir Kudinov. To create it we will use CSS3 and jQuery. Step 1 – HTML Markup Let’s start creating the HTML markup.…

49
Yays

Multiple CSS3 Image Styles

about a year ago   Views 10847   downloads 1915   Image Effects

When applying CSS3 inset box-shadow or border-radius directly to the image element, the browser doesn't render the CSS style perfectly. However, if the image is applied as background-image, you can…

52
Yays

Cool jQuery images Filters effect

about a year ago   Views 12936   downloads 1943   Image Effects

Filters is a jQuery plugin that allows to filter items using custom animation. You can use CSS3 transitions or just fadeIn/Out effect. Go to the demos and see how simple is that. JavaScript $('.filters').filters({…

51
Yays

Useful CSS3 animation and transitions with jQuery

about a year ago   Views 8447   downloads 1082   Layout & Interface

CSS3 transitions alone don’t always quite cut it. We can use a little help from jQuery to get better control over them and push them just a bit further. Val Head shows us how CSS animation and transitions…

46
Yays

jQuery and CSS3 interactive interior guide -----tooltips

about a year ago   Views 12358   downloads 2680   Tooltips

We will create isometric interactive interior guide with CSS3 and jQuery. As usual, we start with the HTML. Here is full html code of our guide page. You can see here main scene (container object), six…

44
Yays

CSS3 and jQuery Blur Menu

about a year ago   Views 11166   downloads 1883   Menu & Navigation

In this experiment will show you how to achieve a simple blur effect applied on menu elements. HTML The first step is to lay down the HTML markup. Our structure is very simple. <div class="menu">…

41
Yays

Pure CSS3 Google-styled buttons

about a year ago   Views 8265   downloads 1974   Buttons & Icons

Google rolled out a new design across many of their services as part of the Google+ launch. The new look presents a sleeker, simplified Google that puts the emphasis on your data and not on the interface.…

52
Yays

jQuery Chop Slider photo album effect

about a year ago   Views 17436   downloads 5255   Slideshow & Scroller

This is a new impressive jQuery slider – Chop. This slider have already had quite 200 different transition effects. Here are many 2D and 3D effects. Plus, here are you can find even few NonCss3…

39
Yays

Awesome Horizontal scroll bar graph

about a year ago   Views 7577   downloads 1022   Graph & Chart

This is an animated, horizontal bar graph using jQuery, CSS3 properties (such as: gradients, border-radius, rgba) and CSS3 transitions. HTML <div class="bar"> <div class="percent">…

56
Yays

Cool CSS3 and html5 3D Accordion

about a year ago   Views 24528   downloads 3812   Accordion

Try this out with Safari or Chrome. Accordion menus are very popular since Web 2.0 appeared with new widgets in order to enhance the usability of the sites. The Accordion widget is used to display one…

32
Yays

Simple pure CSS3 animation multilevel menu

about a year ago   Views 7471   downloads 1391   Menu & Navigation

This is a new nice CSS3 menu with interesting behavior, where  use css3 transition and animation. This is UL-LI-based multilevel menu. Step 1. HTML As usual, we start with the HTML. Here are full…

49
Yays

Cool CSS3 and jQuery folder tabs

about a year ago   Views 15799   downloads 4997   Tabs

The markup is self explanatory. While the title attributes might seem to be extra, in this case they are needed for the jQuery stuff. <ul id="tabs"> <li><a href="#"…