Codeigniter Jquery UI issue when nesting views (TypeError: 'undefined' is not a function)-Collection of common programming errors
I’m using the BlueImp’s file upload query widget (https://github.com/blueimp/jQuery-File-Upload) in a Codeigniter project. When I load only multi-image view everything works great, but when I load the view nested inside my base view (includes header, main_content, and footer) I get a javascript error (TypeError: ‘undefined’ is not a function(evaluating ‘$(‘#fileupload’).fileupload()’)).
What could be causing this? Code Below
multi-image.php (view)
Add files...
Start upload
Cancel upload
Originally posted 2013-11-09 23:04:54.