jQWidgets Forums

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts

  • pinho
    Member

    I usually get the valueMember (which is the ID), this way:

    var index = $("#list").jqxDropDownList('getSelectedItem'); 
    alert(index.value);
    in reply to: Success Validation Success Validation #26560

    pinho
    Member

    It all worked as you said. Thank you!

    in reply to: Success Validation Success Validation #26449

    pinho
    Member

    I didn’t want to create another post, but I have another problem further than this one.
    How can I say an input text is required and email?

    Because I can only do one of them..

    { input: '#email', message: 'Invalid Email', action: 'keyup, focus', rule: 'email' },

    It’s not required..

    { input: '#email', message: 'Invalid Email', action: 'keyup, focus', rule: 'required' },

    Can be not an email..users can write whatever they want to.

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