Ajax Framework (CJAX) for Codeigniter 2.x+ |
[eluser]MonsterTKE[/eluser]
Code: <$cript defer='defer' id='cjax_lib' type='text/javascript' src='cjax/core/js/cjax-5.0-RC2.min.js'>[removed] In the head tag works fine... for the front page only. Code: <$cript id='cjax_lib' type='text/javascript' src='cjax/core/js/cjax-5.0-RC2.min.js'>[removed] s changed to $ so it would let me post. As mentioned in the documentation throws an ajax error. "process unable to load function" the $ajax->init(http://monstertke.zapto.org/); Just throws a "Call to undefined function ajax()" Code: <?php $ajax = ajax(); echo $ajax->init(http://monstertke.zapto.org/); ?> |
Welcome Guest, Not a member yet? Register Sign In |