Submit your widget
66
Yays

JQuery and CSS3 Mobile-Friendly Tooltip

9 months ago   Views 12758   downloads 3298   Tooltips

Tooltip is a splendid invention. Small detail in web design that plays a big role when it comes to user experience. Usually, tooltips are used to present a tiny amount of hidden content (mainly explanatory,…

72
Yays

Colorful jQuery animation slide menu

9 months ago   Views 33447   downloads 5828   Menu & Navigation

This is a nice and colorful jQuery and css menu The Idea is to create a normal ul li menu and apply a top border to the anchor tags with colors that will match with the element background color when it…

126
Yays

like iPhone jQuery scroller Date and Time picker

9 months ago   Views 37855   downloads 3780   Calendar & Date & Time picker

A wheel scroller user control optimized for touchscreens to easily enter date and/or time. The control can easily be customized to support any custom values and can even be used as an intuitive alternative…

41
Yays

Using jQuery and CSS to Create Buttons

9 months ago   Views 10631   downloads 393   Buttons & Icons

A website that has an original look stands out from the rest. CSS buttons therefore are important. Perhaps they are even trivial to implement using basic CSS and jQuery events. However, creating any high-quality…

52
Yays

Pure CSS3 Animation Pricing Table

9 months ago   Views 18030   downloads 3033   Table

This demo will show you how to create this pricing table with the CSS scaling effects, The HTML The HTML for the table is in fact not a table this can easily be done by using a table but I prefer not…

61
Yays

Nice jQuery Walking Navigation

9 months ago   Views 33761   downloads 4721   Menu & Navigation

On a single page website with fixed position navigation, it will be nice to tell user on what section they are reading at. In this tutorial I am going to share how to create a walking navigation, on the…

74
Yays

jQuery Photo filter lightbox Gallery plugin

10 months ago   Views 25736   downloads 6428   Lightbox & Dialog & Overlay

we'll show you how to create a minimalistic jQuery photo gallery. You can use it to present your latest works or as a photo album. You can sort projects / photos via categories menu. The gallery is…

37
Yays

Images stack effect with jQuery

10 months ago   Views 20269   downloads 3216   Slideshow & Scroller

JavaScript var jstack = $("#imageBox").jStack({ isClickAnimation: true, isPositionRandom: true, durationOut: 300, durationIn: 200, easingOut: "easeInOutBack", easingIn: "easeOutBounce",…

29
Yays

JQuery Slide accordion Toggle

10 months ago   Views 20064   downloads 3018   Accordion

we'll share a very common and easy jquery tutorial with you. A JQuery Slide Toggle function .slideToggle() function is used to hide or show matched elements in a sliding effect. So the basic syntax…

58
Yays

Awesome jQuery focus figure effect

10 months ago   Views 27133   downloads 4747   Slideshow & Scroller

jQuery  focus figure effect. javascript $(function() { var sWidth = $("#focus").width(); var len = $("#focus ul li").length; var index = 0; var picTimer; var btn = "<div…

26
Yays

jQuery animation Percentage Loader plugin

11 months ago   Views 11499   downloads 2026   Layout & Interface

jQuery.PercentageLoader is a jQuery plugin for displaying a progress widget in more visually striking way than the ubiquitous horizontal progress bar / textual counter. Installation and use is quick and…

26
Yays

Around a circle menu with jQuery

11 months ago   Views 8745   downloads 1177  

When ordering lists you will often find that topics come to a full circle; the first item is very similar to the last one. In these cases a better visual representation would be ordering them around a…

34
Yays

Fancy CSS3 Transitions Image Gallery

11 months ago   Views 17849   downloads 3236   Image Effects

CSS3 Transitions allow browser to animate HTML elements through the change of CSS properties. In other words, we can create animations in webpage without JavaScript but just with pure CSS. The Idea The…

80
Yays

jQuery Awesome File Upload effect

11 months ago   Views 16487   downloads 3752   Form

File Upload widget with multiple file selection, drag&drop support, progress bars and preview images for jQuery. Supports cross-domain, chunked and resumable file uploads and client-side image resizing.…

57
Yays

Pure CSS3 images Slideshow effect

11 months ago   Views 31239   downloads 7195   Slideshow & Scroller

Thanks to CSS3, we can create effects and animations without using JavaScript, which will facilitate the work of many designers. But we must be careful to avoid abusing CSS3, not only because old browsers…