jQWidgets Forums

jQuery UI Widgets Forums Plugins Validator, Drag & Drop, Sortable Documentation Issue in Validator

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 12 years, 2 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Documentation Issue in Validator #16561

    gjsmith66
    Member

    validate Method
    Validating the whole form.

    Code example
    Invoke the validate method.

    $(‘#form’).jqxValidator(‘validate’, element);

    I think should be

    $(‘#form’).jqxValidator(‘validate’, function(isValid) {});

    Documentation Issue in Validator #16676

    Dimitar
    Participant

    Hello gjsmith66,

    Thank you for your feedback. There is indeed a mistake in the documentation – the validate method does not have any parameters. It should be as follows:

    $(‘#form’).jqxValidator(‘validate’);

    We will correct the documentation as soon as possible.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.