1.2.2b getJSON major failure
I'm testing 1.2.2b in my application at the moment as it
seems .height() is properly calculated, where dimensions 1.2 does not
properly calculate window height opposed to the example on dimensions
homepage, using dimensions 1.1 iirc).
Thus I ran into a problem with the getJSON function, which works fine
if I go back to 1.2.1, but fails with 1.2.2b.
With getJSON jquery seems to produce a <script> tag instead of an AJAX
request, but before calling succes() it never stores the return data
where the succes function looks for it, so my callback function gets
parameter 'undefined' instead of the result expected.
It seems pretty obvious that it doesn't work, looking at the code, but
perhaps I am missing something. If you need extra information, I'll
be around.
Cheers