jQWidgets Forums

jQuery UI Widgets Forums Lists ComboBox method val issue

Tagged: 

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • method val issue #12512

    marchip
    Member

    Hi

    I have a problem with method val. It’s return always undefined.

    I have added this code to demos/jqxcombobox/setting.htm page of your zip:

    function test()
    {
    var value = $(“#jqxComboBox”).jqxComboBox(‘val’);
    alert(value);
    }

    this function is called when a button is pressed

    alert show always undefined

    I’ve autocomplete enabled

     

    Thanks

    method val issue #12528

    Peter Stoev
    Keymaster

    Hi marchip,

    The functionality requires jQWidgets ver. 2.5.5. Please, check the header of any js file in the download package whether you use the correct version. If you use a previous one, you should update in order to use the ‘val’ method.

    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.