Hey guys,
can anyone explain why this isn't working?
JQuery ajax: #{
url: 'http://www.google.com/ig/calculator?hl=en&q=1BRL%3D%3FUSD'.
success: [:q| q inspect].
error: [Transcript cr; show: 'crap!'].
dataType: 'JSON'}
It doesn't inspect nor show the error in transcript.
Just a silent fail
ideas?
sebastian
PS: the #{} has that unusual syntax because I'm using the balaz alternative due to issue 217
https://github.com/NicolasPetton/amber/issues/217