[SOLVED]
This was due to it running in a dashboard for the backend administration!
Which was also including it’s own jQuery script file. Solved it by
remarking out the the dashboards jQuery file! They were loading it at the
bottom of the html file not on top.
============================================================================
Ok,
This is running on CI 2.0.2
Everything is working fine, except for the pagination
this is happening on a localhost and live server!
jQuery is throwing these errors in Firebug, also tested on IE9 same problem:
$("#crud_page").numeric is not a function
[Break On This Error] $('#crud_page').numeric();
flexigrid.js (line 149)
$(this).ajaxSubmit is not a function
[Break On This Error] success: function(data){
flexigrid.js (line 32)So no pagination is happening, but everything else is working!
I have checked an it is creating the cookies.
It is creating the pagination stubs.