Closed robertrutenge closed 8 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.
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
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) { }) }); });