It seems that your error is very simple: you should replace jquery
to jQuery
and jqgrid
to jqGrid
(a capical 'G') in the last line of your code. The following statement should work:
jQuery("#order-list-table").jqGrid('navGrid',
'#order-list-pager',{edit:true,add:true,del:true});
Oleg
2010-09-16 12:31:58