⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Redmidy for common issue - $ not found



Amit Shah

Amit Shah
  • profile picture
  • Member

Posted 10 November 2014 - 17:52 PM

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 :)