jquery - Parsley v2.0.0-rc2 prevent disabled fields validation -


how prevent parsley v2.0.0-rc2 validating disabled fields? in previous version disabled fields ignored default.

you can avoid parsley validation typing in form element:

data-parsley-excluded="[disabled=disabled]" 

you can set type of jquery selector exclude validation.


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -