jQuery Scrollbar Paper

    jQuery Scrollbar Paper

    Scrollbar Paper does not replace browser’s default scrollbar.Instead, it covers it with a custom scrollbar, like paper on a wall: that is why it is called Scrollbar Paper.
    The benefit of this approach is that the way browser’s default scrollbar behaves is not modified: mouse wheel support, text selection and scrolling performance are the same as usual.

    jQuery Facebook Wall Plugin : fb.wall

    jQuery Facebook Wall Plugin : fb.wall

    The name says it all, this jQuery plugin allows you to display the Facebook Wall of an user, a page or an app on your own website.
    The design of the wall derives from the Facebook look’n’feel and can be customized easily via CSS.

    jQuery plugin : Treeview

    jQuery plugin : Treeview

    jQuery Treeview is a lightweight and flexible transformation of an unordered list into an expandable and collapsable tree, great for unobtrusive navigation enhancements. Supports both location and cookie based persistence.

    Provides some options for customizing, an async-tree extension and an experimental sortable extension.

    jQuery image zoom plugin : Cloud Zoom

    jQuery image zoom plugin : Cloud Zoom

    Cloud Zoom is a free jQuery image zoom plugin, a comparable alternative to products such as Magic Zoom. Compared to the popular jQZoom plugin, Cloud Zoom is smaller, has more features and more robust compatability across browsers.

    jqGrid : jQuery Flexible Grid Plugin

    jqGrid : jQuery Flexible Grid Plugin

    jqGrid is a grid component for ASP.NET & PHP based on the world’s most popular and flexible jQuery grid plugin jqGrid.

    • Client-side javascript based on jQuery
    • Theming based on jQuery UI (Themeroller)
    • Support for all major databases (MS SQL, MySql, Postgre)
    • Simple
    • No ViewState

    jQuery Scroll Path

    jQuery Scroll Path

    A jQuery plugin for defining a custom path that the browser follows when scrolling.The plugin uses canvas flavored syntax for drawing paths, using the methods moveTo, lineTo and arc. To help with getting the path right, a canvas overlay with the path can be enabled when initating the plugin.

    Scrolling can be done with the mousewheel, up/down arrow keys and spacebar. The spacebar scrolls faster than the arrow keys, and holding shift while pressing space will scroll backwards. A custom scrollbar is also included, which allows click and drag scrolling. The scrollbar is enabled by default.

    The plugin also allows rotating the entire page, using CSS transforms. This can be done either along a path, or around the current position. In browsers without CSS transform support, all rotations are ignored, but paths are still followed. This means the plugin works with graceful degradation in all browsers.

    jQuery Any+Time DatePicker/TimePicker AJAX Calendar Widget

    jQuery Any+Time DatePicker/TimePicker AJAX Calendar Widget

    jQuery Any+Time includes a highly-customizable, jQuery-compatible datepicker/ timepicker (calendar/ clock widget) and a powerful Date/String parse/format utility.

    Animated Slide menu with jQuery and CSS

    Animated Slide menu with jQuery and CSS

    Today we’re bringing you a very useful tutorial, it’s time for us to study how to develop a fancy slide menu using jQuery and CSS. Although it requires a considerable amount of code to run our menu, we will explain it as clear as possible to make it easy to understand, from organizing your folders to the complete source code, so you can have a complete guide throughout the entire process.

    The essence of this code is generate an animated menu that ensures the visitor an interactive and pleasant experience and also notice the powerful tool that jQuery can be. OK guys it’s time, open your favorite web editor and let’s get it started.

    touchScroll jQuery plugin for iOS Devices

    touchScroll jQuery plugin for iOS Devices

    touchScroll is a lightweight jQuery plugin that enables inline scrollable content in mobile Safari on iOS, and other WebKit, touch-based browsers on Android.This plugin will only work for vertical-scrolling content. It has been designed with only this in mind to keep the library lightweight and efficient.

    jQuery Pjax : Load HTML From Server without Page Load

    jQuery Pjax : Load HTML From Server without Page Load

    pjax loads html from your server into the current page without a full page load. It’s ajax with real permalinks, page titles, and a working back button that fully degrades.Whenever the time changes, a full page load has happened. If the time doesn’t change, no full page load has occurred.

    The idea is you can’t tell the difference between pjax page loads and normal page loads. On complicated sites, browsing just “feels faster.”