Just a reminder to all the library users. Now a days ppl try to fit the GC output in their own template. Here - there is an common issue - they have JQuery in their template and have jquery in the GC output..~!!
In this scenario ... it gives a clash and $ is not found.... / undefined.
In case if there is jquery included in the template (of course in header expected) - then make sure before you render the output....
make a call to $curd->unset_jquery();
This will stop GC again loading the jquery second time..and come up with a common error $ not defined
Happy GCing :)