tags:

views:

310

answers:

5

I'm trying out something in jQuery and stumbled upon a site

http://pupunzi.com/, on this site, the left hand side has two buttons, when you click on either of them, there is a overlay window on the right hand side that's created.

How do I implement a thing like that!!

NOTE: This might be a wrong place to ask, please ignore is so and let me know, so shall delete this query.

+1  A: 

Looks like they are using something like Facebox or BlockUI

Corey Downie
+2  A: 

If you keep looking, you'll find that they have written that effect as a plugin for jQuery and you can view and download it from the very website you've spotted it on!

http://pupunzi.com/

Look for the absolutely massive mb.jquery.components link on the home page.

Sohnee
@Sohnee: mb.jquery.components package does not contain that kind of work, I check the source and its pointing to some patapage.com and they have some license on it.
Panther24
A: 

Those two buttons and effects are provided by Patapage; a great new web service you should try! http://patapage.com; this service is provided by Open Lab by Pupunzi.

Robert
A: 

This is what I was looking for...

http://plugins.jquery.com/project/tab-slide-out
Panther24
A: 

Yes, those are two Patapage tools; take a look at http://patapage.com, if you go to the demo you can see what it's doing. Really interesting!

Robert