jQWidgets Forums

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • jqxInput focus method not working #51784

    mihaisinger
    Participant

    Hello
    I’m trying to use the focus method on the jqxInput, and it doesn’t appear to be working. Even in the jsFiddle example linked in the jqxInput API documentation, clicking the button doesn’t focus the input. I tried with IE11 and Chrome version 33.
    My code goes like this:
    $(“#txtSearchBN”).jqxInput({ disabled: false });
    $(“#txtSearchBN”).jqxInput(‘focus’);
    The input gets enabled but not focused. Can you please give me a solution or workaround?
    Thank you.

    Regards
    Mihai

    jqxInput focus method not working #51786

    Peter Stoev
    Keymaster

    Hi Mihai,

    Use: $(‘#input’).focus();

    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.