jQWidgets Forums

jQuery UI Widgets Forums Lists DropDownList 'aria' error

Tagged: 

This topic contains 3 replies, has 2 voices, and was last updated by  Peter Stoev 11 years, 9 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    'aria' error Posts
  • 'aria' error #28328

    syimi
    Member

    Hi,

    I’m getting an error with the dropdown list.

    Uncaught TypeError: Object # has no method ‘aria’ in jqxdropdownlist.js

    I’m using version 2.7.0.

    within a jqxWidow’s initContent function property. I’m creating a dropdown. Even this this simple example it throws the error above:

    $("#selectionModal").jqxWindow({
    width: '500px',
    height: '200px',
    resizable: false,
    autoOpen: false,
    isModal: true,
    modalOpacity: 0.3,
    cancelButton: $("#cancelSelection"),
    initContent: function () {
    var separationData = [
    1,
    2,
    3
    ];
    $("#tableDropdownList").jqxDropDownList({ source: separationData, width: '200px', height: '25px', });
    }
    });
    'aria' error #28332

    Peter Stoev
    Keymaster

    Hi syimi,

    I suppose that you use some mix of scripts from multiple versions. Aria is not supported in jQWidgets 2.7 and that’s the reason you see such an error.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

    'aria' error #28334

    syimi
    Member

    ah your right, i pulled in the dropdown widget from v2.9.3. do you know where i can re-download 2.7.0?

    'aria' error #28343

    Peter Stoev
    Keymaster

    Hi syimi,

    Here’s a download link: jqwidgets-ver2.7.zip.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

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

You must be logged in to reply to this topic.