Responsive Retina-Ready Menu with CSS3 & JavaScript

Responsive Retina-Ready Menu with CSS3 & JavaScript

Today we will create a colorful Retina-ready and responsive menu inspired by the colors of the Maliwan manufacturer of the Borderlands game. The menu automatically changes to one of three different layouts depending on the browser window size: a “desktop” inline version, a two columns tablet-optimized version and a mobile version with a menu link to display and hide the navigation for smaller screens. To make the menu fully retina-ready, we will use an icon font so that the icons of the menu won’t get pixelized on resize.

Blocks – jQuery CSS3 Responsive Menu

Blocks - jQuery CSS3 Responsive Menu

“Blocks – Responsive Menu” is navigation component based in jQuery and CSS. It is a responsive menu component and can be used in various website types.

Features:

  • 8 Styles
  • Javascript/CSS3 effects
  • Icon Support
  • Collapsible
  • Cross Browser
  • Easy to use
  • Easy to customize

Text Opening Sequence with CSS Animations & jQuery

Text Opening Sequence with CSS Animations & jQuery

Today I want to show you how to create a fun little typography effect with CSS animations and text shadows. Maybe you know those eerie opening sequences of movie trailers where some text is being faded in on a dark background. After seeing Introducting Briefs (which is not a terror movie trailer but a preview for an interesting app) I got inspired for recreating the effect using CSS. we’ll use Dave Rupert’s Lettering.js to wrap the words and letters into multiple spans.

Morphing Devices : Slideshow for showcasing Responsive web design

Morphing Devices : Slideshow for showcasing Responsive web design

Today we want to share an experimental “morphing” slideshow with you. The idea is to transition between different devices that show a screenshot of a responsive website or app by applying a “device class”. By using the same elements and pseudo-elements for all the devices, we can create an interesting morph effect. We will control the classes and the switching of the image with some JavaScript. We’ve also added an option for autoplaying the slideshow and for rotating some of the devices.

Rubberband : jQuery plugin for adding responsive breakpoint events

Rubberband : jQuery plugin for adding responsive breakpoint events

Rubberband is a jQuery plugin for adding responsive breakpoint events. Sometimes you need to know when a responsive page changes. Rubberband allows scripts to act on media query changes in real time by making use of the browser’s internal media query matching system, window.matchMedia.

FlexNav : jQuery Plugin for Responsive Menus

FlexNav : jQuery Plugin for Responsive Menus

FlexNav is a mobile-first example of using media queries and jQuery to make a decent site menu with drop downs. Special attention is paid to touch screens using touch events and tap targets. This is something I use to test different navigation techniques and may change as I iterate over different solutions to the problem. Basically I want a simple model to build upon when working on sites from scratch.

Features:

  • Multiple nested sub menus
  • Tap targets to reveal sub menus for touch screens
  • Hover reveal for desktop
  • Keyboard tab input accessibility
  • Fallback for no JavaScript
  • Fast clicks for touch screens (no 300ms delay)
  • Use class .one-page on the body, .menu-button, and ul.flexnav for single page fixed menu

 

Responsive_DG_Slider : Responsive jQuery Banner Slider

Responsive_DG_Slider : Responsive jQuery Banner Slider

I am showing It’s Pagination circles with the height relative to the width functionality powered by the fantastic java-script library jQuery.

Showbiz : jQuery Responsive Teaser WordPress Plugin

Showbiz : jQuery Responsive Teaser WordPress Plugin

Showbiz Pro is a jQuery responsive teaser displaying solution that allows you to show WordPress Posts or any Custom Content with a set amount of teaser items.

Features:

  • Display Posts and/or Custom Post Types (e. g. Portfolios)
  • Fully Responsive & Mobile Optimized (Smartphones & Tablets)
  • Drag & Scroll Function
  • Smart Loading of Embeded Videos (YouTube and Vimeo)
  • Light Weight jQuery and CSS
  • Unlimited Slides
  • iPhone & Android Swipe Touch enabled
  • FullWidth and Single Width Reveals
  • Customizable 100% via Plugin Parameters / CSS / HTML
  • Easy installation in your Website
  • Fast CSS3 & jQuery Engine
  • Fancybox 2 Lightbox Plugin on Multi Domain License included ($89 Value)
  • Set Amount of Entries in 4 Level for Responsive Look
  • Drag & Scroll Function

fartscroll.js : Everyone farts as you scroll Web page

fartscroll.js : Everyone farts as you scroll Web page

You want fart noises as you scroll? We’ve got you covered. Everyone farts. And now your web pages can too.

How to reverse Order List in HTML using jQuery

How to reverse Order List in HTML using jQuery

et’s discuss today how we can reverse an Order/Unordered List in html using jquery. We have many ways to reverse the element of any ordered/unordered list (ol or ul Tags) using jquery. Let’s use reverse() function available in jquery library.