jQuery HTML5 Placeholder Plugin

    jQuery HTML5 Placeholder Plugin

    The HTML5 placeholder attribute is awesome, unfortunately only supported by some browsers. This plugin replicates the placeholder behavior for unsupported browsers.

    Open Source Javascript Charting Library – gRaphael

    Open Source Javascript Charting Library – gRaphael

    gRaphael is an Open Source Javascript Charting Library based on Raphael Javascript Library. It helps you to create stunning static and interactive charts with ease.gRaphaël is cross browser compatible and currently supports Firefox 3.0+, Safari 3.0+, Opera 9.5+ & Internet Explorer 6.0+.

    Javascript thumbnail and media viewer : Highslide JS

    Javascript thumbnail and media viewer : Highslide JS

    Highslide JS is an image, media and gallery viewer written in JavaScript.These are some of its advantages:

    • Quick and elegant looking.
    • No plugins like Flash or Java required.
    • Popup blockers are no problem. The content opens within the active browser window.
    • Single click. After opening the image or HTML popup, the user can scroll further down or leave the page without closing it.
    • Lots of configuration options and scalability without compromizing on simplicity. A component system lets you strip away unused features down to a filesize of 10kB.

    Jeditable – Edit In Place Plugin For jQuery

    Jeditable – Edit In Place Plugin For jQuery

    Hi! My name is Jeditable and I am inplace editor plugin for jQuery. With few lines of JavaScript code I allow you to click and edit the content of different html elements. I am based on Dylan Verheul’s editable.Normal flow is this. User clicks text on web page. Block of text becomes a form. User edits contents and presses submit button. New text is sent to webserver and saved. Form becomes normal text again.

    Bootstrap jQuery Image Gallery

    Bootstrap jQuery Image Gallery

    Bootstrap Image Gallery is an extension to the Modal dialog of Twitter’s Bootstrap toolkit, to ease navigation between a set of gallery images. It features mouse and keyboard navigation, transition effects, fullscreen mode and slideshow functionality.

    jQuery Notification System plugin : kiNotice

    jQuery Notification System plugin : kiNotice

    Today the majority of the web applications like news portals, social media platforms or administration interfaces contain a notification system that reminds the visitor/user about certain promotions or settings available.

    The easiest way to show any kind of notification without obstructing the user’s view is by introducing the message in the bottom right corner of the screen (browser). This is where jQuery plugin kiNotice comes into play to help you do that with ease.

    jQuery with Google Charts : gvChart plugin

    jQuery with Google Charts : gvChart plugin

    gvChart is a jQuery plugin, that uses Google Charts API to create interactive visualization by using data from the HTML table tag.

    Its very easy to create charts with gvChart jQuery plugin:

    1. Create an HTML table
    2. Download and initialize gvChart
    3. Connect gvChart to your table

    Easily customizable and allows to create Area, Line, Bar, Column and Pie charts.

    Arctext.js – Curving Text with CSS3 and jQuery

    Arctext.js – Curving Text with CSS3 and jQuery

    While CSS3 allows us to rotate letters, it is quite complicated to arrange each letter along a curved path. Arctext.js is a jQuery plugin that let’s you do exactly that. Based on Lettering.js, it calculates the right rotation of each letter and distributes the letters equally across the imaginary arc of the given radius.

     

    Javascript Driven HTML5 Video Player: Dplayer

    Javascript Driven HTML5 Video Player: Dplayer

    Dplayer is an open source, easily extend-able, HTML5 video player that allows users to easily embed videos in any page, blog or site using the newest web standards. It mainly makes use of HTML, CSS and JS while featuring as less Adobe Flash as possible (just for fallback) to allow customization with a minimal effort.No browser plugin, no Flash dependencies! You can jump anywhere in the video without waiting while buffering.

    EasyDrag jQuery Plugin

    EasyDrag jQuery Plugin

    I’m currently a little busy with some projects. In one of these projects I had to add a drag-and-drop behavior to some DOM elements, and for that I have created the EasyDrag jQuery plug-in that I’ll share with you now.

    Its main purpose is to add the ability to drag and drop almost any DOM element without much effort. So it’s simple to use and you can also attach handlers both to the drag and to the drop events, which permits you to extend the basic functionality to whatever you need.