jQWidgets Forums

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts

  • yunjunho
    Participant

    hi
    It asks once more testing.
    Please test in Korean keyboard to enter the state “rma”.
    “rma” -> “금”
    In the first 2byte character “r” key event only occurs.
    “jquery ui” but at the same bug has been fixed.


    yunjunho
    Participant

    2byte characters in firefox error…
    key event that does not occur

    url : http://jsfiddle.net/jqwidgets/Nbmbx/

    script
    ———————————————————————————
    var countries = new Array(“Afghanistan”, “Albania”, “금액1”, “금액2”);

    $(“#input”).jqxInput({
    placeHolder: “Enter a Country”,
    height: 25,
    width: 200,
    minLength: 1,
    source: countries,
    theme: ‘energyblue’
    });

    $(‘#input’).on(‘change’,

    function () {
    $(“#log”).html(“Bind to the change event”);
    });
    ———————————————————————————

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