I am writing a Drupal 6 module. I use jQuery Plugin module (JQP) to load jQuery UI and jQuery plugins, including jqGrid. In Firebug, I can see that the jquery.jqGrid.js and related files are loaded. But the section of code below gives me a Javascript error that says “jQuery(“#err-list”).jqGrid is not a function.”
$(document).ready( function()
{
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top