Submit your widget
76
Yays

scrollorama---The jQuery cool scrolly plugin

Views 18073   downloads 3386   Text & Link Effects

Design and build your site, dividing your content into blocks. Embed scrollorama.js after jQuery and initialize the plugin, passing the blocks class selector as a parameter. $(document).ready(function()…

76
Yays

Useful CSS3 animation and transitions with jQuery

Views 12428   downloads 2449   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…

76
Yays

Awesome CSS3 and jQuery Login Form

Views 23447   downloads 6839   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.…

76
Yays

Pure CSS3 Customizable Pressure Buttons

Views 18575   downloads 5064   Buttons & Icons

Customizable Pressure Style CSS Buttons You can use or edit these as much as you like without any credit. They’re compatible with the latest version of all the major browsers. Click on the demo…

76
Yays

Multiple Pure CSS3 Button Cross Browser

Views 14424   downloads 3232   Buttons & Icons

These buttons created entirely from CSS (no images used at all). They have been tested using Safari 5, Firefox 5, Chrome 12 and Opera 11.5 on the Mac. Sorry if you're using any form of Internet Explorer,…

75
Yays

very usable and nice search box with CSS3

Views 10530   downloads 3535   Form

you’ll learn how create a cool and usable CSS3 search box using the HTML5 placeholder attribute. For the browsers that don’t support this new HTML attribute, fallback is created using Modernizr’s…

75
Yays

jQuery browser mobile window chooser

Views 17318   downloads 4203   Menu & Navigation

It's always fun to play with jQuery especially when you are trying to recreate something that you enjoy using. One such thing is window chooser in Opera Mobile browser where opened windows are positioned…

75
Yays

Nice jQuery and CSS Floating social toolbar

Views 24041   downloads 3718   Menu & Navigation

we’re going to show you how to make a fancy floating bar using jQuery and JavaScript, as the one you see when scrolling down on this page. From creating the PHP file to customizing the CSS, we will…

75
Yays

jQuery like Skype buttons

Views 9300   downloads 2441   Buttons & Icons

If you use Skype I am sure that you noticed that animated button for adding more people to a chat. When you click on it the icon on the left "jumps" for a few times. I love that animation. And…

75
Yays

cool looking pure CSS3 dropdown menu

Views 15477   downloads 4371   Menu & Navigation

Today, CSS3 has become a buzzword of modern web designers and developers around the globe. With its ground-breaking features, CSS3 has made a profound impact on the web designer community by making the…

75
Yays

Beautiful images animation Waves effect

Views 29419   downloads 4140   Image Effects

Makes cool ass lakes. No license, do what you want as long as it involves some Cool Ass Lakes. How does it work? <script src="jquery.js"></script> <script src="lake.js"></script>…

74
Yays

CSS Image Switcher

Views 8574   downloads 1787   Image Effects

Roll over a link, watch the image above change. That’s what we build in this screencast, only we don’t use any JavaScript to do it. The trick is some simple z-index switching on hover and…

74
Yays

Simple jQuery Drop-Down Menu

Views 9542   downloads 2866   Menu & Navigation

The biggest problem with javascript is that we can’t completely rely on it. It can easily be disabled, and once this happens, websites should still function correctly. Javascript powered sub-navigation…

74
Yays

Image Select plugin with jQuery

Views 25678   downloads 3637   Form

his plugin will be replaced by another from a plugin pack I’m developing, where I’ve applied lots of bugfixes. The link will be on here by the end of August. ImageSelect is a jQuery plugin…

74
Yays

Awesome Right Click Menu with jQuery

Views 13408   downloads 2596   Menu & Navigation

Here is the small tutorial for you. Step 1 :- Write the HTML coding of your page. <script src="jquery.js" type="text/javascript"> </script> <script type="text/javascript">//…