0

I have a jqGrid and on change event I do something. Within this event I want to show in the console something but this message is not shown in the console. For example:

$(function () {
    $('#_jqGrid').on('change', function () {
        console.log('jqGrid changed!');
        $.event.trigger('Added');
    });
});

Why is the message not shown in Internet Explorer console with debugging tools?

what is sleep
  • 916
  • 4
  • 12
user304602
  • 991
  • 4
  • 21
  • 39

0 Answers0