jQWidgets Forums

jQuery UI Widgets Forums Lists DropDownList Auto saving fiels values

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Auto saving fiels values #50952

    mallepaddi
    Participant

    Hi

    I do have a form having many Dropdown / Input fields.

    Question is — I need to auto save entries of all fields when user selection changes from one product to another.

    I need to make ajax calls only when i found field value changed and do i need to make ajax call on ‘blur’ of each and every field ?

    Thanks

    Auto saving fiels values #50956

    Peter Stoev
    Keymaster

    Hi mallepaddi,

    DropDownList raises an event called “change” when its value is changed. You can add your logic in the “change” event handler.

    Best Regards,
    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.