jQWidgets Forums

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Submit form with checkbox Submit form with checkbox #104580

    sintes
    Participant

    Hi Peter

    Thank you for your answer. With ‘touchstart’ or ‘pointerdown’ events, I have the same problem that all form values are submitted with ‘false’ value. But I found an event ‘touchend’ and this one helps.
    So this is working:

    $('#filter32').on('click touchend', function (event) {
        document.getElementById("FormFilter").submit();
    });

    Many thanks for your support.
    Best regards,
    Christian

    in reply to: CheckBox Value not submited CheckBox Value not submited #75780

    sintes
    Participant

    In the meantime I know all form fields build with jqxwidget are affected. The problem is that all fields should have also a name and not only an id… Then it works fine, also with the newest version.

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