jQWidgets Forums

jQuery UI Widgets Forums Lists DropDownList Focus Next DropDown

This topic contains 0 replies, has 1 voice, and was last updated by  maxenz 12 years, 1 month ago.

Viewing 1 post (of 1 total)
  • Author
  • Focus Next DropDown #22782

    maxenz
    Member

    Hi guys, i have a problem. I create dinamically some dropdownlists inside a div. What i want to do is when i close one dropdown, i want to focus the following dropdown. How can i do this?

    Because i create dropdown dinamically, i join them using a class.

    So i want to do something like

    $(#divWithDropDowns).on('close','.classOfDropDowns',function(e){
    $(this).next().jqxDropDownList('focus');
    or
    $(this).next('input').focus();
    });

    thanks

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.