jquery Console.log not shown its output in Internet Explorer debugger
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?
No comments:
Post a Comment