Best jQuery Web Plugins & Tutorials with Demo

    RSS Driven Dynamic jQuery News Slider Plugin Dynamic News

    RSS Driven Dynamic jQuery News Slider Plugin Dynamic News

    Dynamic News is a jQuery news slider plugin that makes news integration to your web site very easy. Dynamic News plugin supports two ways to add news data.You can either enter your news via HTML markups manually or let Dynamic News plugin load the news from rss feed and build the necessary HTML markups automatically. One cool feature of Dynamic News slider plugin is the news preview or news summary pane, hovering over news headline will show news summary in a tool tip like pop up, which also provides link to news detail page.

    ytPlayer a jQuery based YouTube player

    jQuery YouTube player

    ytPlayer is a feature-rich, “Chromeless” YouTube player solution designed to help webmasters create a custom YouTube player.

    The ytPlayer offers a full array of script-ready options, methods, and functions to help you control and interact with the player. Options for ytPlayer include playlists, playlist categories, shuffle, repeat, fullscreen, a jQuery plugin, a right-click context menu with playback controls and playlist, and more.

    Display Elements Sequentially with jQuery

    Display Elements Sequentially with jQuery

    In this Tutorial quick tip, I’ll teach you how to add a bit of flair to your page, by displaying a set of elements sequentially. While there are numerous ways to accomplish this task, today, we’ll review one technique that uses recursive functions.

    Absolute Floating Menu with jQuery

    Absolute Floating Menu with jQuery

    Catch visitors’ attention with menu or other valuable content in animated floating box that follows uses scrolling.

    inlinemultiselect jQuery plugin

    inlinemultiselect jQuery plugin

    This plugin takes elements which have the attribute multiple set, and converts them into editable, inline lists.

    jQuery-ahm: One-Line Ajax Requests

    jQuery-ahm: One-Line Ajax Requests

    jQuery-ahm is a tiny (~1kb) jQuery plugin which enables us to create Ajax requests with a smaller code piece.

    It is actually a wrapper around the popular $.ajax method and brings a different way of handling callbacks.

    jQuery Sequential List

    jQuery Sequential List

    Have you ever had to manually code something that is sequential? Didn’t you find it annonying? Well, here is a simple solution for you. This tutorial will show you how to use jQuery to add a sequent of CSS classes to create a graphical list. The second example will show you how to add a comment counter to a comment list using jQuery’s prepend feature.

    Creating a CSS3 Generator with CSS3, HTML5 and jQuery

    Creating a CSS3 Generator with CSS3, HTML5 and jQuery

    Many of you have probably already seen some of those CSS3 generators that have been poppin’ up? Have you perhaps been wondering how they’re made? Wonder no more, that’s what we’ll be creating today, using CSS3, HTML5 and jQuery.

    The CSS3 generator we will be creating is Webkit only, so make sure you open up the demo in a Webkit browser like Safari or Chrome.

    How to create Skype-like buttons using jQuery

    How to create Skype-like buttons using jQuery

    If you use Skype I am sure that you noticed that animated button for adding more people to a chat. When you click on it the icon on the left “jumps” for a few times. I love that animation. And that’s why I’m going to show you how to create the same button using jQuery and some simple CSS.

    Advanced docking using jQuery

    Advanced docking using jQuery

    Some time ago I was doing some proof of concept: how Visual Studio docking functionality can be done with jQuery and unordered lists. Basically, the main goal was to implement multiple docking and undocking functionality. This tutorial will show you the results of PoC.