Welcome Guest, Not a member yet? Register   Sign In
Ajax Framework (CJAX) for Codeigniter 2.x+
#21

[eluser]Ajaxboy[/eluser]
@Distortion

I am wondering if your issue was fixed?
#22

[eluser]Distortion[/eluser]
Hi Ajaxboy..Thanks for the new release It helps a lot to me.
btw i got problem after i upgraded when i click the button it says.."CJAX: Util. form() does not exist".
#23

[eluser]Ajaxboy[/eluser]
Hi Distortion,

Glad it helped.

Sounds like the old cjax/core/js/cjax.js file might be cached in your browser, try deleting your browser cache then press Ctrl+F5 to force refresh. After let me know if you continue experiencing this issue, if that does not work then just to be sure, if possible go to the js file in your browser, and tell me the version number marked on it
#24

[eluser]Distortion[/eluser]
still the same Ajaxboy.. when i switched to the old release it does not happen..
btw where can i locate the js files of my browser.. i used mozilla firefox..
thanks for the reply..
#25

[eluser]Ajaxboy[/eluser]
<base>/cjax/core/js/cjax.js

replace <base> with the url where your site is

In firefox, just right click on the page and select "View Source Code", then when you see the js file link in the source window - you can click on it, and it will be shown
#26

[eluser]Distortion[/eluser]
Code:
/** ################################################################################################**  
* Copyright (c)  2008  CJ.  
* Permission is granted to copy, distribute and/or modify this document  
* under the terms of the GNU Free Documentation License, Version 1.2  
* or any later version published by the Free Software Foundation;  
* Provided 'as is' with no warranties, nor shall the autor be responsible for any mis-use of the same.    
* A copy of the license is included in the section entitled 'GNU Free Documentation License'.  
*  
*   CJAX  4.2                $    
*   ajax made easy with cjax                    
*   -- DO NOT REMOVE THIS --                    
*   -- AUTHOR COPYRIGHT MUST REMAIN INTACT -  
*   Written by: CJ Galindo                  
*   Website: https://github.com/cjax/Cjax-Framework                     $      
*   Email: [email protected]    
*   Date: 2/12/2007                           $    
*   File Last Changed:  05/16/2012            $    
**####################################################################################################    */
#27

[eluser]Ajaxboy[/eluser]
Ok Thanks Distortion,

let me investigate a little, I'll post again
#28

[eluser]Sanjay Sarvaiya[/eluser]
Hi
I am using latest version of CI 2.x.
I am new to ajax-framework.

I have installed ajax-framework "Current Version 4.2" and after that download demo from the link of http://code.google.com/p/ajax-framework-...ip&can=2&q=


extract examples file in controller folder.


my ci url is http://localhost/ci/index.php/examples/ajax

getting error
Code:
"Cjax Framework for CI was not detected in the parent directory. Make sure the framework is placed in the upper directory.
You may download the framework in the official repository:Download http://code.google.com/p/ajax-framework-for-codeigniter/downloads/list"

what's problem I cant find.
Thanks in advance

#29

[eluser]Ajaxboy[/eluser]
Hello Sanjay,

instead of:

http://localhost/ci/index.php/examples/ajax

use:

http://127.0.0.1/ci/examples/

or

http://localhost/ci/examples/

try that

make sure the examples directory is placed in your base installation directory

#30

[eluser]Sanjay Sarvaiya[/eluser]
Thanx Ajaxboy,

I was wrong, I had pasted examples in controller directory. now its working.




Theme © iAndrew 2016 - Forum software by © MyBB