2017 © Pedro Peláez
 

library jquery-formstyler-modern

JQuery HTML form styling plugin

image

ange007/jquery-formstyler-modern

JQuery HTML form styling plugin

  • Sunday, March 18, 2018
  • by ange007
  • Repository
  • 5 Watchers
  • 14 Stars
  • 7 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 6 Open issues
  • 21 Versions
  • 0 % Grown

The README.md

jQuery FormStyler Modern 2.x

Latest Stable Version Total Downloads License Build Status, (*1)

Самостоятельное ответвление от плагина jQueryFormStyler, (*2)

jQuery FormStyler Modern, (*3)

Info

JQuery HTML form styling and modernization plugin: - <input type="checkbox"> - <input type="radio"> - <input type="file"> - <input type="number"> - <input type="password"> (styling and show/hide password button) - <select> (styling and function for search on server by AJAX requests) - <input type="range">, <textarea>, <button> and other (styling only with CSS), (*4)

Attention!

Settings from plugin vesion 2.x - differ from version 1.x., (*5)

Структура настроек плагина версии 2.x - отличаются от настроек оригинального и версии 1.x данного плагина., (*6)

Install

Composer:, (*7)

$ php composer.phar require "ange007/jquery-formstyler-modern"

NPM:, (*8)

$ npm i jquery.formstyler-modern

Getting Started

Main plugin file - jquery.formStylerModern.js. Connection of styles is possible in two ways: - jquery.formStylerModern.css (frame and default style) - Frame file - /style/jquery.formStylerModern.frame.css and style file - /style/jquery.formStylerModern.(default|bootstrap|etc).css, (*9)

Works

Stylish elements., (*10)

$( 'input, select, button' ).styler( 
{
    locale: 'ru',
    select: { 
        search: {
            limit: 10
        }
    },
    onFormStyled: function( ) 
    { 
        ...
    }
} );

Reload plugin with certain settings., (*11)

$( '#checkbox-indeterminate-change' ).styler( 'reinitialize', { checkbox: { indeterminate: true } } );

Clean style., (*12)

$( 'input, select, button' ).styler( 'destroy' );

Repaint after "manual" change., (*13)

$( this ).prop( 'disabled', true )
    .trigger( 'repaint' );

Search from server., (*14)

$( '#search' ).styler( 'reinitialize', {
    select: {
        search: {
            ajax: {
                delay: 250,
                cache: true,

                url: 'https://api.github.com/search/repositories',
                data: function( params ) {
                    return {
                      q: params.term,
                      page: params.page
                    };
                },

                processResults: function( data, params )
                {
                    var items = [ ];

                    $( data.items ).each( function( index, value )
                    {
                        items.push( { 'value': value.html_url,
                                    'caption': value.owner.login + '/' + value.name } );
                    } );

                    return {
                        items: items
                    };
                }
            }
        }
    }
} );

The Versions

18/03 2018

dev-dev

dev-dev https://github.com/ange007/JQueryFormStyler-Modern

JQuery HTML form styling plugin

  Sources   Download

MIT

The Requires

 

by Borisenko Vladimir

file style jquery form javascript password range select modern input checkbox jquery-plugin radio styler formstyler

11/03 2018

dev-release

dev-release https://github.com/ange007/JQueryFormStyler-Modern

JQuery HTML form styling plugin

  Sources   Download

MIT

The Requires

 

by Borisenko Vladimir

file style jquery form javascript password range select modern input checkbox jquery-plugin radio styler formstyler

11/03 2018

2.1.3

2.1.3.0 https://github.com/ange007/JQueryFormStyler-Modern

JQuery HTML form styling plugin

  Sources   Download

MIT

The Requires

 

by Borisenko Vladimir

file style jquery form javascript password range select input checkbox jquery-plugin radio styler formstyler

11/03 2018

dev-master

9999999-dev https://github.com/ange007/JQueryFormStyler-Modern

JQuery HTML form styling plugin

  Sources   Download

MIT

The Requires

 

by Borisenko Vladimir

file style jquery form javascript password range select modern input checkbox jquery-plugin radio styler formstyler

17/07 2017

2.1.2

2.1.2.0 https://github.com/ange007/JQueryFormStyler-Modern

JQuery HTML form styling plugin

  Sources   Download

MIT

The Requires

 

by Borisenko Vladimir

file style jquery form javascript password range select input checkbox jquery-plugin radio styler formstyler

05/07 2017

2.1.1

2.1.1.0 https://github.com/ange007/JQueryFormStyler-Modern

JQuery HTML form styling plugin

  Sources   Download

MIT

The Requires

 

by Borisenko Vladimir

file style jquery form javascript password select input checkbox jquery-plugin radio styler formstyler

03/07 2017

2.1.0

2.1.0.0 https://github.com/ange007/JQueryFormStyler-Modern

JQuery HTML form styling plugin

  Sources   Download

MIT

The Requires

 

by Borisenko Vladimir

file style jquery form javascript password select input checkbox jquery-plugin radio styler formstyler

09/06 2017

2.0.4

2.0.4.0 https://github.com/ange007/JQueryFormStyler-Modern

JQuery HTML form styling plugin

  Sources   Download

MIT

The Requires

 

by Borisenko Vladimir

file style jquery form javascript password select input checkbox jquery-plugin radio styler formstyler

08/06 2017

2.0.3

2.0.3.0 https://github.com/ange007/JQueryFormStyler-Modern

JQuery HTML form styling plugin

  Sources   Download

MIT

The Requires

 

by Borisenko Vladimir

file style jquery form javascript password select input checkbox jquery-plugin radio styler formstyler

07/06 2017

2.0.2

2.0.2.0 https://github.com/ange007/JQueryFormStyler-Modern

JQuery HTML form styling plugin

  Sources   Download

MIT

The Requires

 

by Borisenko Vladimir

file style jquery form javascript password select input checkbox jquery-plugin radio styler formstyler

07/06 2017

2.0.1

2.0.1.0 https://github.com/ange007/JQueryFormStyler-Modern

JQuery HTML form styling plugin

  Sources   Download

MIT

The Requires

 

by Borisenko Vladimir

file style jquery form javascript password select input checkbox jquery-plugin radio styler formstyler

07/06 2017

2.0.0

2.0.0.0 https://github.com/ange007/JQueryFormStyler-Modern

JQuery HTML form styling plugin

  Sources   Download

MIT

The Requires

 

by Borisenko Vladimir

file style jquery form javascript password select input checkbox jquery-plugin radio styler formstyler

30/05 2017

dev-1.x---release

dev-1.x---release https://github.com/ange007/JQueryFormStyler-Modern

JQuery HTML form styling plugin

  Sources   Download

MIT

The Requires

 

by Borisenko Vladimir

file style jquery form javascript password select input checkbox jquery-plugin radio styler formstyler

30/05 2017

1.5.3

1.5.3.0 https://github.com/ange007/JQueryFormStyler-Modern

JQuery HTML form styling plugin

  Sources   Download

MIT

The Requires

 

by Borisenko Vladimir

file style jquery form javascript password select input checkbox jquery-plugin radio styler formstyler

30/05 2017

1.x-dev

1.9999999.9999999.9999999-dev https://github.com/ange007/JQueryFormStyler-Modern

JQuery HTML form styling plugin

  Sources   Download

MIT

The Requires

 

by Borisenko Vladimir

file style jquery form javascript password select input checkbox jquery-plugin radio styler formstyler

26/04 2017

1.5.2

1.5.2.0 https://github.com/ange007/JQueryFormStyler-Modern

JQuery HTML form styling plugin

  Sources   Download

MIT

The Requires

 

by Borisenko Vladimir

file style jquery form javascript password select input checkbox jquery-plugin radio styler formstyler

26/04 2017

1.5.1

1.5.1.0 https://github.com/ange007/JQueryFormStyler-Modern

JQuery HTML form styling plugin

  Sources   Download

MIT

The Requires

 

by Borisenko Vladimir

file style jquery form javascript password select input checkbox jquery-plugin radio styler formstyler

23/04 2017

1.5.0

1.5.0.0 https://github.com/ange007/JQueryFormStyler-Modern

JQuery HTML form styling plugin

  Sources   Download

MIT

The Requires

 

by Borisenko Vladimir

file jquery form javascript select modern checkbox radio styler formstyler

15/02 2016

1.1.9

1.1.9.0 https://github.com/ange007/JQueryFormStyler-Modern

JQuery HTML form styling plugin

  Sources   Download

MIT

The Requires

 

by Borisenko Vladimir

file jquery form javascript select modern checkbox radio styler formstyler

22/01 2016

1.1.6

1.1.6.0 https://github.com/ange007/JQueryFormStyler-Modern

JQuery HTML form styling plugin

  Sources   Download

MIT

The Requires

 

by Borisenko Vladimir

file jquery form javascript select modern checkbox radio styler formstyler

08/01 2016

v1.1.5

1.1.5.0 https://github.com/ange007/JQueryFormStyler-Modern

jQuery плагин для стилизации элементов форм

  Sources   Download

MIT

The Requires

 

by Vladimir B

file jquery form javascript select checkbox radio formstyler