Posts Tagged: how-to
-
Jul 26, 2011
No CommentsHow to make accordion using jquery and css
Last time I’ve written an article about how to make expand-collapse toggle panel using jQuery. Now, this time I’ll show you how to make collipsible accordion using jQuery.An accordion is a toggle pane where one pane slides down the other pane slides up. View Demo HTML Code : <div id="firstpane" class="msg_list"> <p class="msg_head">News-Head-1 </p> ...