Ticket #5966 (closed bug: fixed)
getJSON callback does not fire
| Reported by: | ivston | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | 1.4.2 |
| Component: | ajax | Version: | 1.4.1 |
| Keywords: | getjson callback fire | Cc: | |
| Blocking: | Blocked by: |
Description
with JQ 1.4.1, the following getJSON request to a CodeIgniter-based PHP-application is executed correctly and data is passed back ok (checked with Firebug) but the callback does not fire. The same request with JQ 1.3.2 works fine.
function button_pressed(){
allert(this.value);
$.getJSON( http://xxx.xxx.xxx.xxx/CodeIgniter/index.php//my_controller/my_function/'+this.value, function(data){ alert('OK');});
return false;
}
Change History
comment:2 Changed 3 years ago by dmethvin
- Status changed from new to closed
- Resolution set to fixed
Fixed...somehow. :)
comment:3 Changed 3 years ago by patate
- Status changed from closed to reopened
- Resolution fixed deleted
I just tried the nightly and have been able to reproduce the issue
Seems 1.4.2 and 1.4.3pre (nightly) are affected
If I rollback to 1.3.2 everything is fine.
Personally i would consider this a serious bug given that it's present on 1.4.2 and given : jquery getjson callback does not fire
so much for an automagic fix ;)
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

pp. I just tried with the nightly version (v1.4a2pre) and the problem there seems to be solved.