Jquery SlideToggle Sidebar Categories


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <script type="text/javascript">
  2. $(document).ready(function(){
  3.  
  4. $('#sidebar .rugs-by h4 a').click(function() {
  5. $(this).parent().next('.categories').slideToggle('fast');
  6. return false;
  7. });
  8.  
  9. });
  10. </script>
  11.  

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.