CodeIgniter Forums
use of PickList/Jquery with Codeignitor and Grocery Crud - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: use of PickList/Jquery with Codeignitor and Grocery Crud (/showthread.php?tid=69601)



use of PickList/Jquery with Codeignitor and Grocery Crud - richb201 - 12-20-2017

I have been working on a Grocery Crud based app. I am at the point where I need to add a picklist for users. Ultimately I will need to save the list that they pick in a table. Can I use Jquery with Codeigniter? I realize that Jquery is running on the client while Codeignitor is on the server. How can I interface Codeigniter/GC with a page that is using Picklist? Anyone have any examples? Right now I have a menu where a user can update various tables in MySQL. 

thx


RE: use of PickList/Jquery with Codeignitor and Grocery Crud - plonknimbuzz - 12-20-2017

jquery is javascript library , so jquery is client side scripting

as long as i know, GC is using jquery by default, except you want to disabled it (like want to use another jquery version)