Yes, you need to call the same request instance instead of creating a new one each time.
http://jsfiddle.net/gjNMW/1/ Hope this helps, ~Philip On Fri, Sep 2, 2011 at 1:07 PM, Oskar Krawczyk <[email protected]>wrote: > `link: 'cancel'` can be used when referring to the same instance of > Request, and what you're doing is creating three instances. > > On Sep 2, 2011, at 7:56 PM, Sid-ahmed D wrote: > > Hi all, > > I have a issue with Request.HTML "link" option doesn't work with function ? > Could you please say me why and how i can resolve this ? > > http://jsfiddle.net/gjNMW/ > > Thank you very much. > > > -- http://lonestarlightandsound.com/
