Website

Scrolling to the Top and Bottom with jQuery

Spread the love

Spread the love           Scroll to the Top and Bottom of your website with a simple click with the help of the jQuery powered Special Scroll Events by James Padolsey, and some few extra lines of jQuery – appearing like two buttons with fixed position on the bottom left of the page. Demo: http://www.tympanus.net/scrollupdown/ Download Links None

Scrolling to the Top and Bottom with jQuery Read More »

Build a Custom Ad Banner Rotator Script with jQuery

Spread the love

Spread the love           In this tutorial I want to demonstrate how we can build a jQuery banner rotator which works even over PHP/Rails caching. You only need to implement the codes on your frontend, which means the settings on your web server do not matter as much. The script will hold an array of content

Build a Custom Ad Banner Rotator Script with jQuery Read More »

Reveal Content When Needed With an Expanding Footer in jQuery

Spread the love

Spread the love           In this tutorial we’re going to build an expanding footer; a user interface pattern which allows the user to click on expandable footer regions if they wish to see more content. The end result is comparable to the accordion effect sometimes applied to lists and you can find it used on sites such

Reveal Content When Needed With an Expanding Footer in jQuery Read More »

WZSplitter layout jQuery plugin

Spread the love

Spread the love           WZSplitter is a flexible, easy to use layout plugin. It helps end users to set up any combination of resizable panels just by providing a few configuration values. Main features: Resizable panels, collapsing/expanding and stretching/shrinking functions. Skins. Unlimited nesting and linkage effects on panels’ actions. Default values driven, panels can be customized

WZSplitter layout jQuery plugin Read More »

jQuery’s Data Method – How and Why to Use It

Spread the love

Spread the love           jQuery’s data method gives us the ability to associate arbitrary data with DOM nodes and JavaScript objects. This makes our code more concise and clean. As of jQuery 1.4.3 we also have the ability to use the method on regular JavaScript objects and listen for changes, which opens the doors to some

jQuery’s Data Method – How and Why to Use It Read More »

Naked Password jQuery Plugin

Spread the love

Spread the love           Naked Password is a jQuery plugin which helps encouraging web users to enter stronger passwords. With a single-line-function, it adds a notification to any password field where a pixelated-lady gets naked according to the password entered. Demo: http://www.nakedpassword.com/ Download Links http://www.nakedpassword.com/

Naked Password jQuery Plugin Read More »

How to add Floating share box to your website with jQuery

Spread the love

Spread the love           After spending couple of hours searching for floating share box plugin for WordPress, I  finally decided not to use plugins. Those plugins were not good enough to produce what I thought of  like menus on Mashable or Hongkiat. Then I came across this article Scroll/Follow Sidebar, Multiple Techniques by Chris Coyier. In

How to add Floating share box to your website with jQuery Read More »

Create an interactive street view with jQuery

Spread the love

Spread the love           Earlier this year we were asked to create a website for a Swiss TV documentary about the famous “Langstrasse” in Zurich and its inhabitants. We came up with the idea of giving the user the ability to move through the street and see interesting hotspots connected with the documentary. Our plan was to

Create an interactive street view with jQuery Read More »

How to create easy pagination with jQuery

Spread the love

Spread the love           All we know, that when we facing with necessarity to display large amount of data – we starting thinking about adding pagination. So we split all our content to several pages. And in this case – each page contain some part of our information. As usual this is server-side pagination, where we

How to create easy pagination with jQuery Read More »

Scroll to Top