Alexandre

Results 5 issues of Alexandre

Hi The fieldset title attribute has wrong behavior on Safari (and maybe other browsers): a mouseover tip will pop over the whole fieldset and all its included elements! To avoid...

When submitting a form containing invalid fields in previous steps, plugin will not jump back to bad step, like back and next buttons do! This situation can occur when a...

To add support of excellent H5F validation plugin in Stepy, just add this code: ``` jQuery.extend ({ validator: { setDefaults: function () { } } }); jQuery.fn.extend ({ validate: function...

Disabled fields are not tested, but in fact they should be! 1- in some cases, fields can be disabled while analyzing the input with Ajax! 2- a disabled field should...

Many settings are useless now after Normalize.css last update You should consider [https://github.com/visicode/formalize.css](https://github.com/visicode/formalize.css), which reverts some opinionated settings and improves forms normalization as it was initiated but never finished in...