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
  • 11
user304602
  • 961
  • 4
  • 20
  • 36

0 Answers0