[jQuery] drag to scroll in jquery

2007-05-30 Thread harryzou
Hi, I want to implement a feature like Google Map's drag to scroll in jquery, but has no ideas right now, and I haven't found this kind of drag&drop in interface yet, or maybe there is? Someone can give a suggestion? Regards

[jQuery] Re: how to set Authorization Headers using jQuery

2007-04-04 Thread harryzou
I try it and use $.ajax and beforeSend, then I known that maybe sending ajax request to other domain is not allowed, So I turn to the server side and I finally have done it. On Apr 4, 1:37 pm, "harryzou" <[EMAIL PROTECTED]> wrote: > Hi, I am trying to have fun with Goo

[jQuery] how to set Authorization Headers using jQuery

2007-04-03 Thread harryzou
Hi, I am trying to have fun with Google Data API and of course jQuery, Anyone know how to set Authorization Headers using jQuery or is it possible? like:Authorization: AuthSub token="yourAuthToken" Thanks!