.getJSON is not implemented in the public jquery version. You have to
download the source from svn.

Or you can use the "old" style:

$.get("src", {data},    function(json) {your code},"json");


>
> My browser (Firefox) is reporting "$.getJSON is not a function".
>
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
>
>
>

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to