I am a newbie to using codeigniter and grocery CRUD. Grocery CRUD looks great so I tried to implement a Grocery CRUD table into my existing website. My website is currently using a theme that I purchased and it has a real nice menu system. Well this menu system uses a juery plugin to collapse and expand the menu. There is a function in the jquery plugin that has the following line of code:
return $(this).each(function() {
Whenever I add a Grocery CRUD table the drop down select list does not work properly. I isolated the problem to this line of code. If I comment out this line of code the CRUD table works fine, but the menu of course does not work now.
Any ideas would be greatly appreciated. I would really like to use both my theme and the Grocery CRUD. Thanks in advance.