Hi,
Version 1.4 has some issue when the edit screen of the crud opens in a dialog window. You get this error:
"ajaxSubmit is not a function"
It only happens when in dialog mode, and I did check for jQuery and jQuery-ui for conflicts, there are none. I already do an unset_jquery() and unset_jquery_ui(). I am using jQuery 1.9.1.
Sometimes (not always) when the dialog loads, it says "fancybox is not a function". Same error, also no conflict with duplicate loading.
All searches on the web indicated a possible conflict, but there is none.
There is also the CSRF post that Johnny did that says we should not use CI's built in CSRF. I implemented it, and it works well on 1.3.3, but 1.4 beta it keeps saying the tokens do not match.
I will open a bug on the Github page, but just wanted to post here as well, for incase it is not a bug and something I am doing wrong.
Thanks!
Kobus