Archive for 2013

    jQuery.bank : Build and validate bank account forms

    jQuery.bank : Build and validate bank account forms

    A jQuery plugin for building bank account forms, formatting and validating inputs.Validates a given number as a bank account field field in country countryCode. It returns if it is valid and false if it is invalid.

    Note that validation is designed to detect accidental errors. In other word, if the validation test says the number is invalid, it is 100% incorrect. However, if the test says the number is valid, there is a chance that the number is incorrect.

    jQuery Universal Language Selector

    jQuery Universal Language Selector

    jQuery.uls has an elaborative language information collection. ULS can autocomplete a language name search.It knows about

    1. The script in which a language is written.
    2. The script code
    3. The language code
    4. The regions in which the language is spoken
    5. The autonym – language name written in its own script
    6. The directionality of the text

    With all these information the search becomes very effective. Based on the spoken regions, the UI organize the languages. In side regions the language is again organized based on scripts.

    MaskMoney : jQuery plugin to Masks to your Currency Form Fields

    MaskMoney : jQuery plugin to Masks to your Currency Form Fields

    jQuery plugin to mask data entry in the input text in the form of money (currency).

    goalProgress : Animated progress bar jQuery Plugin

    goalProgress : Animated progress bar jQuery Plugin

    This plugin allows you to create an animated progress bar using jQuery. Just fill in the required input and the plugin calculates the progress of your goal and animates the bar. You can specify text to put before and after the amount raised.

    Bootslider : jQuery Responsive Bootstrap CSS3 Slider

    Bootslider : jQuery Responsive Bootstrap CSS3 Slider

    Bootslider is the ultimate premium Bootstrap Slider Plugin offering the capability to show images, videos, html markup and captions paired with modern and fancy 3D transitions. Even more important, it is fully responsive and mobile optimized and can take on any dimensions.

    Features:

    • Responsive
    • Touch Enabled
    • High Performance
    • CSS3 Transitions
    • SEO Friendly
    • Full Width and Boxed

    Tram.js : Cross-browser CSS3 transitions in jQuery

    Tram.js : Cross-browser CSS3 transitions in jQuery

    Tram.js is a cross-browser CSS3 transitions in JavaScript.The idea behind Tram is to take the performance and flexibility of CSS transitions and define them in JavaScript – offering a more powerful, expressive API with auto-stopping, sequencing, and cross-browser fallbacks.

    Tram currently depends on jQuery for a few reasons: (1) Per-element data API, (2) Cross-browser CSS getters/setters, and (3) scrollTop/Left offset helpers.

    Examples:

    Fancytree : jQuery Dynamic Tree View plugin

    Fancytree : jQuery Dynamic Tree View plugin

    Fancytree is a JavaScript dynamic tree view plugin for jQuery with support for persistence, keyboard, checkboxes, tables, drag’n’drop, and lazy loading.

    Interact.js : Javascript drag and drop, resizing and gestures Library

    Interact.js : Javascript drag and drop, resizing and gestures Library

    Interact.js is a powerful, flexible, snappable drag and drop, resizing and multi-touch gestures for modern browsers (and also IE8+) javascript library.

    Features:

    • snapping to a grid, custom anchors or paths.
    • cross browser and device, supporting {Chrome,Firefox,Opera}’ ‘{mobile,desktop}’, ‘ and Internet Explorer 8+
    • interaction with SVG elements
    • being standalone (not yet another jQuery plugin)
    • introducing 0 additional DOM elements
    • having(a). fluent ().interface
    • not modifying anything it doesn’t own (except to support IE8 and to change the cursor (but you can disable that))

    Demos : Demo 1 Demo 2 Demo 3 Demo 4

    jQuery UI Context Menu

    jQuery UI Context Menu

    jQuery plugin that turns a jQueryUI menu widget into a context menu.

    • Define menus from <ul> element or definition list (i.e. [{title: "Paste", cmd: "paste"}, ...]).
    • Themable using jQuery ThemeRoller.
    • Supports delegation (i.e. can be bound to elements that don’t exist at the time the context menu is initialized).
    • Exposes events from jQueryUI menu: blur, create, focus, select.
    • Optional support for touch devices.