I had an application written in Grocery CRUD 1.5.0 and I wanted to freshen it up a bit so I picked up a new 1.5.4 and updated the setup.
However after I made the update when I make and edit and press Update I would get something like this:
[attachment=1071:Screen Shot 2012-05-19 at 4.34.24 AM.png]
(I have borrowed this image from this post :) )
And this is what Chrome reported to be the problem:
[attachment=1072:jquery.png]
I did some research and ti comes up that the bug is because of jQuery Migrate
and I found out that it was removed from assets/grocery_crud/js/jquery-1.11.1.min.js
[attachment=1073:jquery-migrate.png]
So after I restored that code back to the file it started to work normally.
I'm really not that expert when it comes to jQuery and if some one knows what's going on please let me know.
Thanks!