TypeError: b.browser is undefined Source File: http://localhost/js/jqgrid/js/jquery.jqGrid.min.js Line: 42
in firefox, although the grid will display in chrome.
I am working on a new bootstrap implementation and it's arguing with me.
1 Answers
Looks like new version of jquery is being used in your theme, as jQuery.browser is removed from latest.
You might have to use jQuery migrate plugin as recommended on jQuery site.
http://jquery.com/download/#jquery-migrate-plugin
Alternate is to use jQuery.jQgrid.min.js file as last script included file.
Your Answer