newbie question:
I used jQuery ajax method to make json call (jsonp)
How can I makes all badges json call works?
url: http://jsfiddle.net/Edditoria/LS8zs/
It’s strange.
User badge list works. You can click “Get User Badges” in the above link for testing.
But kong all badges doesn’t. Code is basically the same. But the below error occurs:
" parsererror : Error: jQuery17209025343011599034_1339162861022 was not called "
Did I miss something?
The app I’m developing is based on Ruby on Rails + jQuery + html5 tech.
Please help/suggest. Thanks!