It's success not succcess.

--
Ariel Flesler
http://flesler.blogspot.com

On Jan 25, 2:36 pm, Olivier <lafanech...@gmail.com> wrote:
> I try to use jQuery.ajax with dataType : 'json' :
>
> jQuery.ajax({
>     url : "poll.json",
>    dataType : 'json',
>    cache : false,
>   succcess : function(jsonObj, textStatus){
>    ........
>  },
>  error : function(XMLHttpRequest, textStatus, errorThrown){
> .........
>  },
> async : false
>
> });
>
> it seems not running

Reply via email to