ajaxboy / cjax

Lightweight Ajax Framework built in PHP with no foot-print. Allows you to build ajax functionality with a single line of code & do so much more, right from the back-end!
http://cjax.sourceforge.net/
66 stars 27 forks source link

Godaddy Cjax not responding #5

Closed robertrutenge closed 8 years ago

robertrutenge commented 11 years ago

i used this plugin to pull a simple ajax request to update my notification table.i was testing my application on justhost.com and local host and it worked just fine but when i launch it and move to godaddy it does not work ,please help me as of possible causes of this.i just use it just once in this line of code.

$(document).ready(function(){
$('#achor1').click(function(){ $.get('ajax.php?test/test/Hello', function(response) { }) }); });

ajaxboy commented 11 years ago

Hello Robert,

is there a way to test this? I wouldn't be able to help you without debugging and finding out what the issue is, do you use firebug?

cj

On 7/8/2013 2:29 AM, Robert wrote:

i used this plugin to pull a simple ajax request to update my notification table.i was testing my application on justhost.com and local host and it worked just fine but when i launch it and move to godaddy it does not work ,please help me as of possible causes of this.i just use it just once in this line of code.

$(document).ready(function(){

$('#achor1').click(function(){ $.get('ajax.php?test/test/Hello', function(response) { }) }); });

— Reply to this email directly or view it on GitHub https://github.com/ajaxboy/cjax/issues/5.

ajaxboy commented 8 years ago

I am closing this issue, since there has been no response for a long time. For further debug info, please read this document: http://cjax.sourceforge.net/examples/docs/debugging.php