background preloader

jQuery Misc

Facebook Twitter

Color Swatches. Creating a Swipeable Side Menu for the Web. Tutorials Today, I will be sharing an experiment to replicate the behavior of the side menu, similar to what you've seen on smartphone applications, but this tutorial is for the web.

Creating a Swipeable Side Menu for the Web

I will take you through each step from structuring your layout and adding swipe gestures to open/close the menu, usable on both desktop and smartphones. Note: This tutorial will require jQuery Library, so make sure you include the latest jQuery library to your HTML page before continuing. Creating a Swipeable Side Menu for the Web 1. In the first step, we are laying out the structure for the left side menu that we will eventually hide to the left. 2. Now, we hide the side menu to the left with position:relative and left: -240px (the number is equivalent to the width of the sidebar).

I then simply move the whole container to the left by 240px making the left side menu appear. Now we have the basic side menu that can activated with a mouse click. jQuery Local Storage done right (and easy) By jared • January 3, 2012 This year we worked on a cool project (launching mid-2012) to help users plan their finances and retirement.

jQuery Local Storage done right (and easy)

The site involved lots of calculators to capture user data and return estimates for their mortgage, Social Security benefit and other factors they would need to help them plan. We found that HTML5 Local Storage gave us the best return in terms of reliability and speed. Internet Explorer compatibility? Not so much. It’s designed to work with the awesome $.cookie plugin for jQuery so that less-than-desirable-browsers (like Microsoft’s Internet Explorer web site viewing tool) can play without any special code on your end.

This sets a value of 6000 to the key ‘high-score’ $.totalStorage('high-score', 6000); What to get the value of high-score? Ksylvest/jquery-age. jQuery Steps. Overview jQuery Steps is a smart UI component which allows you to easily create wizard-like interfaces.

jQuery Steps

This plugin groups content into sections for a more structured and orderly page view. Furthermore, it is as simple as 1-2-3 to add plugins such as jQuery Validation which can prevent step changing or submission. Check out the demos and get a first-hand impression! Features HTML5 and Accessability support Async (AJAX) content loading Form validation made easy Embedded iframe content Cool transition effects Keyboard navigation Simple Step Manipulation Multiple wizards in one page Easy Navigation State Persistence * And much more ... * The step position of each individual wizard will be saved into a cookie after a step change, add or remove if saveState is set to true .

Download License. jQuery On-Screen Keyboard Demo. Marcuswestin/store.js. Label.css - Label every thing! Blueprint: Horizontal Slide Out Menu. Dragend JS – a jQuery plugin for content swiping. MixItUp - A CSS3 and JQuery Filter & Sort Plugin. Michaek/jquery-socialButtons. Gridster.js. Gallery of free HTML snippets for Twitter Bootstrap.

Typeahead.js. jQuery File Upload Demo. Bootpag - dynamic pagination jQuery plugin. Chardin.js. Simple Effects for Drop-Down Lists. Roundabout for jQuery by Fred LeBlanc. It’s ready-to-go straight out of the box, but if you want to get crazy, Roundabout is highly-customizable with an extensive API that allows for some pretty amazing results.

Roundabout for jQuery by Fred LeBlanc

Roundabout requires jQuery (at least version 1.2, successfully tested through version 1.7.2). It works in all major modern browsers and even some of the older, not-so-modern ones. It’s open source and released under the BSD license, meaning that it’s free to use in your personal or commercial projects. See Roundabout In Action Add-Ons Roundabout is equipped to play nicely with a couple of other plugins if they’re made available. Roundabout Shapes by Fred LeBlanc Roundabout can move in more ways than just a turntable. But That’s Not All! The list above is only a list of the plugins that have support baked in, but Roundabout will play nicely with many other plugins.

Learn Support New in V2 The code is also a lot cleaner and better commented, which will hopefully allow you to get in there and tweak if you want to. BookBlock: A Content Flip Plugin. Sidr - A jQuery plugin for creating side menus. You will be able to create multiple sidrs on both sides of your web to make responsives menus (or not, it works perfectly on desktop too).

Sidr - A jQuery plugin for creating side menus

It uses CSS3 transitions (and fallbacks to $.animate with older browsers) and it supports multiple source types. Get started Like any other plugin, you must include it after the jQuery script. For a better performance load them at the bottom of your page or in an asynchronous way. You have to include a Sidr Theme stylesheet too, choose between the dark or the light one, or if you prefer create one by your own. Using bower or NPM Instead of downloading the plugin, you can install it with bower or with npm: bower install sidr --save From a CDN If you want to load the scripts from a CDN to save bandwith or improve the performance you can use jsDelivr. Demos & Usage Here are described differents ways of usage for this plugin, you can read and adapt them to your website’s requeriments. The Simplest Usage. jQuery Timelinr ↩ CSSLab.

Dando vida al tiempo / Giving life to time Selecciona tu idioma / Select your language: This simple plugin helps you to give more life to the boring timelines.

jQuery Timelinr ↩ CSSLab

Supports horizontal and vertical layouts, and you can specify parameters for most attributes: speed, transparency, etc. Jeromeetienne.github.com/jquery-qrcode/ Jquery.qrcode.js is jquery plugin for a pure browser qrcode generation.

jeromeetienne.github.com/jquery-qrcode/

It allow you to easily add qrcode to your webpages. It is standalone, less than 4k after minify+gzip, no image download. It doesnt rely on external services which go on and off, or add latency while loading. Turn.js: The page flip effect in HTML5. qTip - The jQuery tooltip plugin - Home.