📜 ⬆️ ⬇️

jClever - smart jNice with buns. Styling HTML Forms


The author of the article and the plugin is DenisZ habraiser

jClever Forms is a plugin for styling HTML forms that provides its own API.

Experience with such stylists forms, as jNice , jqTransform , Uniform forced to write a bicycle. The current version almost completely repeats jNice capabilities and even complements them.
')

Plugin features:


The current implementation of the plug-in deliberately does not include the processing of text fields (input type text) and multi-line text fields (textarea). Their processing and stylization, as a rule, does not cause difficulties. Perhaps in future versions of the plugin, this approach will be revised.

The simplest initialization, you just need to add a class, for example, jClever to the form:

<form action="#" method="get" class="jClever">

and initialize the plugin on the selector:

jQuery('.jClever').jClever();

Plugin page: http://tools.alterego-russia.ru/jclever

The demo can be seen here: http://tools.alterego-russia.ru/jclever/example/index.html

Project on githab: https://github.com/denis-zavgorodny/jClever

Documentation: http://tools.alterego-russia.ru/jclever/#docs

UPD:

Source: https://habr.com/ru/post/144720/


All Articles