I saw that someone has same problem as I do but no response from anyone: /topic/3754-grocery-crud-jquery-bootstrap-dont-work-together/
I am new to grocery crude and I hope that there is community support to encourage us to continue to use this amazing tool.
Iam using fexgrid.
I noticed that GC jquery <script src="http://localhost:8080/ams/assets/grocery_crud/js/jquery-1.11.1.min.js"></script>
is the one that drive the upload but once my template's boostrap and js is loaded with the following, the update and uplaod will stop working:
<!-- jQuery -->
<script src="<?php echo base_url(); ?>/vendors/jquery/dist/jquery.min.js"></script>
<!-- Bootstrap -->
<script src="<?php echo base_url(); ?>/vendors/bootstrap/dist/js/bootstrap.min.js"></script>
Any help will be greatly appreciated