Quicksand - a jQuery plugin for reordering and filtering items

Quicksand is a jQuery plugin for reordering and filtering items with a nice shuffling animation.   At the very basic level, Quicksand replaces one collection of items with another. All you need to do is provide those sets of items. You can do it in a couple of ways: Use plain HTML, like an unordered list. Download data by an Ajax call Transform HTML items by JavaScript (for example, sort them differently)  

PhoneGap - Easily create apps using the web technologies: HTML, CSS, and JavaScript

PhoneGap is an open source solution for building cross-platform mobile apps with standards-based Web technologies like HTML, JavaScript, and CSS. It allows you to write an app once with HTML, CSS and JavaScript, and then deploy it to a wide range of mobile devices without losing the features of a native app.  

FlexSlider - a responsive jQuery slider toolkit

FlexSlider is a free responsive jQuery slider toolkit. Supported in all major browsers with custom navigation options and touch swipe support.   FlexSlider - Features: An awesome, fully responsive jQuery slider toolkit. Simple, semantic markup Supported in all major browsers Horizontal/vertical slide and fade animations Multiple slider support, Callback API, and more Hardware accelerated touch swipe support Custom navigation options Compatible with the latest version of jQuery  

jQuery Nested - For a complete gap free, multi column grid layout experience

jQuery Nested is a jQuery plugin which allows you to create multi-column, dynamic grid layouts. Unlike other libraries and jQuery plugins similar to Nested, this is the first script out there that allows you a complete gap-free layout.   

jPanelMenu - a jQuery plugin that creates a paneled-style menu

jPanelMenu is a jQuery plugin that creates a paneled-style menu (like the type seen in the mobile versions of Facebook and Google, as well as in many native iPhone applications).  

Flaunt.js - stylish responsive navigations with nested click-to-reveal

Flaunt.js is a jQuery script that allows you to create a responsive, nested navigation out the box. It was built to overcome responsive design challenges which faced a huge percentage of websites. This challenge was to show nested navigation items on click-demand, without the event taking you through to the page you've pressed...  

Simple Modal - a small plugin to create modal windows

Simple Modal is a small plugin to create modal windows. It can be used to generate alert or confirm messages with few lines of code. Confirm configuration involves the use of callbacks to be applied to affirmative action; it can work in asynchronous mode and retrieve content from external pages or getting the inline content. Simple Modal is not a lightbox although the possibility to hide parts of its layout may partially make it similar.  

nanoScroller.js - A jQuery plugin that offers a simplistic way of implementing Lion OS scrollbars

nanoScroller.js is a jQuery plugin that offers a simplistic way of implementing Mac OS X Lion-styled scrollbars for your website. It uses minimal HTML markup being .nano > .content. The other scrollbar div elements .pane > .slider are added during run time to prevent clutter in templating. The latest version utilizes native scrolling and works with the iPad, iPhone, and some Android Tablets.  

Adding CSS Styles to HTML

Adding CSS styles to HTML can transform the page layout to the style you want. The CSS styles can be applied to HTML by three different methods. Inline Styles Put CSS styles into an element via the style attribute. <h1 style="color: yellow; background: red;">Inline Styles</h1> Embedded Style Sheets Embed the style sheet at the top of an HTML by using the style element, which must be in the head element: <html> <head> <style type="text/css"> body { background

jQuery.mmenu - slick app look-alike sliding menus for your mobile website

jQuery.mmenu is a jQuery menu plugin for creating app look-alike, responsive, sliding, off-canvas menus for you mobile and desktop responsive website.   jQuery.mmenu - Features: Fully responsive CSS framework generated with SCSS. Creates sliding panels as easy as menus. Menu can be positioned at the top, right, bottom or left, at the back, front or next to the page. Use sliding horizontal or expanding vertical submenus. Optionally open the menu by dragging the page out of the viewport. P