OK for success; just an transcription error; the problem is not here.

On Jan 25, 9:23 pm, Ariel Flesler <afles...@gmail.com> wrote:
> It's success not succcess.
>
> --
> Ariel Fleslerhttp://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