[jQuery] jqGrid and DDAccordion Incompatible?

[jQuery] jqGrid and DDAccordion Incompatible?


When I try to include jqGrid (http://trirand.com/blog/) and
DDaccordion (http://www.dynamicdrive.com/dynamicindex17/
ddaccordion.htm) in the same page, jqGrid fails. The call to jqGrid()
in $(document).ready() in my page is not recognized as a function by
IE or FF. If I remove the call to ddaccordion.init(), the grid plugin
works.
I am guessing code is colliding somewhere, but I am new to jQuery, and
not a js guru, so I was wondering if anyone could help me figure out
where the coIlision is occuring and if there's a quick fix?
Thanks.