i just got a problem when i clicked crud buttons (add,edit,delete,view), it prompts a jquery errors like:
Uncaught Error: Bootstrap's JavaScript requires jQuery Uncaught ReferenceError: jQuery is not defined Uncaught ReferenceError: $ is not defined Uncaught TypeError: Cannot read property 'msie' of undefined
and when the page loads, the fancybox got an error :
Uncaught TypeError: $(...).fancybox is not a function
how do i get rid of this? sometimes the fancybox error fades and the print and export buttons appears, but all the crud buttons didnt work... btw, the crud buttons performs a modal, the view of the crud operations (add,edit,view) are appear inside the modal content using iframe tag.
any help, suggestions and ideas will much appreciated! thanks in advance! :)