SOLVED Problem with jqGrid plugin "jqGrid is not a func
I'm trying to get the jqGrid plugin up and running. But, i get this error from the firebug console:
jQuery("#schedule-table").jqGrid is not a function
(?)()()
handleError()()jquery.js (line 28)
handleError()()jquery.js (line 28)
nodeName()([function(), function()], function(), undefined)jquery.js (line 22)
handleError()()jquery.js (line 28)
At first i thought i probably hadn't properly loaded to the jquery.jqGrid.js file, but it's definitely being loaded - i put an alert in the "jqGridInclude()" function and it fires when the page starts loading.
I'm copying the 'getting started' example from this page -
http://trirand.com/jqgrid/jqgrid.html
One possibility is that it's not compatible with the version of jQuery i'm using, which is 1.2.3 - this seems unlikely though.
Can anyone think what the problem might be?
thanks
max