admin管理员组

文章数量:1312838

I am using JQuery for showing and hiding my overlay and it works just great. Now I also wanted to add some animations, hence I went ahead and check out the jq docs and got some nifty animations which can be applied to the show and hide functions directly.

What though I am looking for is on clicking, the overlay should appear to e up from the from the div which I clicked on, and on closing the overlay, it should hide by minimizing into the div which was used to open it.

Thanks

Fiddle URL if you can show it here

I am using JQuery for showing and hiding my overlay and it works just great. Now I also wanted to add some animations, hence I went ahead and check out the jq docs and got some nifty animations which can be applied to the show and hide functions directly.

What though I am looking for is on clicking, the overlay should appear to e up from the from the div which I clicked on, and on closing the overlay, it should hide by minimizing into the div which was used to open it.

Thanks

Fiddle URL if you can show it here

Share Improve this question edited Sep 26, 2012 at 12:53 Shouvik asked Sep 26, 2012 at 12:47 ShouvikShouvik 11.7k17 gold badges60 silver badges89 bronze badges
Add a ment  | 

1 Answer 1

Reset to default 6

Check this fiddle: http://jsfiddle/HfKTA/1/ - Guess this is what you are looking for.

Updated fiddle with multiple triggers: http://jsfiddle/HfKTA/2/

本文标签: javascriptShow and Hide overlay using jqueryStack Overflow