Best jQuery Web Plugins & Tutorials with Demo

    Easily Animate Web Buttons/Objects using jQuery

    jQuery Animate Web Buttons

    Today I will tell you about animations in web using jQuery. As we know – jQuery offer us several default methods of effects: fade(In/Out/To), hide, show, slide(Down/Toggle/Up), toggle. This is ok, but what if we need more? So, animation will help us! It will help to slide between 2 states using really good effects.

    Chrome Style jQuery Image Gallery

    Chrome Style jQuery Image Gallery

    Great looking image gallery with autoplay, descriptions and more.

    Ascensor a jQuery Navigation Plugin

    jQuery Navigation Plugin

    Interesting plugin, some kind of navigation system between pages, plus give feeling what you walking through rooms of maze

    jQuery Common Accordion – Horizontal & Vertical

    jQuery Common Accordion - Horizontal & Vertical

    Works as vertical accordion and horizontal accordion. It can be auto slide. You can set a default panel.

    jQuery Accordion Features
    • Works as vertical accordion and horizontal accordion.
    • it can be auto slide.
    • You can set a default panel.
    • You can set your own mouse events.
    • It can be nested.
    • Its just 4kb without any compression.
    • Its free! 🙂

    jQuery based Kaiten browser

    jQuery Browser

    This pluging giving us few navigation modes for web applications.

    bxSlider a jQuery content slider and image slideshow

    bxSlider a jQuery content slider and image slideshow

    This plugin is content slider and image slideshow. Where you can slide between slides using horizontal, vertical and fade transitions. Also you can have navigation controls, custom behavior (this plugin have very many options).

    Reading Excel Documents with PHP, Ajax and jQuery

    Reading Excel Documents with PHP, Ajax and jQuery

    Every wanted to display information from an excel document on a website? Ever wanted to do it asynchronously? Today is your lucky day. This article will show you how to load in an excel document using php, jquery and ajax.

    Nice jQuery Menu Animation

    Nice jQuery Menu Animation

    Recently I have work on one project with interesting menu. In first look I thought it is ordinary menu but actually this menu was not so simple. When I finish it the result was nice looking menu so I decided to show all of you how I made it. Maybe from this you can get some ideas for your one project.

    Create a Slick and Accessible Slideshow Using jQuery

    Create a Slick and Accessible Slideshow Using jQuery

    In this in-depth web development tutorial, you’ll learn how to create a usable and web accessible slideshow widget for your site using HTML, CSS, and JavaScript (jQuery). In the process, you’ll see the concept of Progressive Enhancement in action.

    Drag Drop Shopping Cart Using JQuery

    Drag Drop Shopping Cart Using JQuery

    There are a lot tutorial about creating drag and drop shopping cart, in this post I want to share my version still with JQuery, but the different is this example only shows the code on the client side, which mean all of data are hardcoded on the html, and counting price and total items will be handle by javascript.