

Als Diensteanbieter sind wir gemäß § 7Ībs.1 TMG für eigene Inhalte auf diesen Seiten nach den allgemeinen Gesetzen verantwortlich. Für die Richtigkeit, Vollständigkeit undĪktualität der Inhalte können wir jedoch keine Gewähr übernehmen. See the Pen yNyZgw by David Heidrich ( on CodePen.ĭie Inhalte unserer Seiten wurden mit größter Sorgfalt erstellt. (with both createTooltips and appendError enabled for demonstration) The following shows a sample implementation with Bootstrap The appendError container has the class form-error (configurable).Errors are appended on this wrapper div.Elements should be nested in a wrapper div if you are using appendError (otherwise random things might happen).Invalid fields (and related labels) will get the class invalid (configurable).However I make the following assumptions: ) įlexCss.Form is a pure JavaScript solution and does not depend on a specific markup. All Options may be set trough aĭata attribute. The second one allows to overwrite defaultOptions for each form. The first param form may be a selector defined by Document.querySelector(). Initialize the plugin for all forms on a page with the following line: FlexCss. Beautiful validation UI (Tooltip or inline).Submitting and Validating a form via XHR ( json or form encoded).Fully I18n support trough build-in Browser-Support.


Inline validation (on blur and optional in realtime with keyup). FlexCss.Form overwrites the default behaviour of theīrowser to support a consistent UI across all browsers and adds support for custom validators and Plugin that utilises HTML5 Form-Validation.
