Hi, I'm using Grocery Crud an I have some doubts because I want to use a callback in a field with some javascript code but it doesn't work.
If I add this: "<script src=\"http://code.jquery.com/jquery-1.9.1.js\"></script>" before my javascript code inside the callback works fine but kind of disables the ones I load in the view file.
How can I add the .js without disabling the ones I load in the view?
Thanx in advance, this is a great plugin ;)