I am a newbie for jQuery but I have some experience with Prototype and Scriptaculo, so it is not too hard for me to pick up.
Question 1
I want to customize my jQuery UI effect but I do not know how to apply for the [options] argument. Similar to Scriptaculo, all its effects have documentation on how to apply individual effect argument or general effect argument,. Where can I find a documentation to learn the options name?
Question 2
Scriptaculo core effect has one named Effect.Move(). able to manipulate x, y coordinate to animation the DOM element, does jQuery UI has something similar? I am sure it has but I just could not find it? Can you point me a direction where should I start?
Question 3
How to use scrollTop() and scrollLeft() for manipulating the DOM, the only detail tutorial for this under the tutorial tab is for jQuery 1.2, is there one up-to-date version tutorial how to use these method?
Thank you very much
Bigmabig