regarding jquery effect
for jquery transfer effect we always mention from element and to e开发者_如何学编程lement but if i need to show a div just center in page with transfer effect what i need to do. is there any good jquery plug in by which i can position html object like div, span,button etc anywhere in the page with transfer effect and also where i don't have to mention "to element like transfer effect" with minimum coding. please guide me.
thanks
All you need to do is to give that element a class and use this syntax:
selector.effect( "transfer", {arguments}, speed );
Here is an example.
精彩评论