jQWidgets Forums

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • jqxValidation typo. #9649

    RamblingMan
    Participant

    Hi guys,

    I noticed a small typo on the getting started page for the jquery validator.

    “jqxValidation” should read “jqxValidator” in the following.

    The last step is to initialize the widget by adding the following script to the html document:

    <script type="text/javascript">
        $(document).ready(function () {
                $('#testForm').jqxValidation({ rules: [
                                        { input: '#userInput', message: 'Username is required!', action: 'keyup', rule: 'required' },                                   
                                        { input: '#emailInput', message: 'Invalid e-mail!', action: 'keyup', rule: 'email' }], theme: theme
        });
    </script>

    Thanks

    jqxValidation typo. #9654

    Peter Stoev
    Keymaster

    Hi RamblingMan,

    Thanks for the feedback!

    Best Wishes,
    Peter Stoev

    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.