This topic contains 2 replies, has 2 voices, and was last updated by  Dimitar 8 years, 6 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Event Type Posts
  • Event Type #84729

    edilson88
    Participant

    “event type” always returns ‘null’

    $(‘#jqxCheckBox’).on(‘change’, function (event) {
    alert(“The state has been changed”)
    var checked = event.args.checked;
    var type = event.args.type;

    });

    Event Type #84730

    edilson88
    Participant

    I need to know what triggered the event , mouse , key or code

    Event Type #84734

    Dimitar
    Participant

    Hello edilsonamaral,

    We are aware of the behavior. At present, we cannot offer a solution about this.

    Best Regards,
    Dimitar

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

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

You must be logged in to reply to this topic.