Forum: Ruby on Rails $.getJSON not working on rhomobile

Posted by sadiq shaikh (sadiq)
on 2012-10-08 16:18
I have following code in javascript callback function of body load:

 alert("calling get json");
 $.getJSON("http://localhost:3000/books/show.json", {book: 3},
function(data)
 {
         alert("data received");
 });
After getting alert of 'calling get json' being called,the server return
status 200 ok. still control is not passing to function(data) and alert
of 'data received' is not called.
so,what is wrong?
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.