Show/hide toggle problem

Hi all…Heres a demo for a show/hide script - looks pretty cool at first glance…http://papermashup.com/jquery-show-hide-plugin (script)http://papermashup.com/demos/jquery-show-hide-plugin/ (demo)But, Does anyone know how to hide the 1st divs content, after clicking “view” and then the 2nd “view” on this demo?http://papermashup.com/demos/jquery-show-hide-plugin/ A few people have asked the coder, he has suggested having the same class on the divs but that still shows all three at the same time. Can anyone help us?

i have the solution for anyone wanting to know!add this line to js file: $(‘.toggleDiv’).slideUp(options.speed, options.easing); above "var toggleClick = $(this);"add the class .toggleDiv to each div element that holds your content and you’re done.