What is the Code of collapse functionality

Vivek.Ramapuram
Posted by Vivek.Ramapuram under jQuery category on | Points: 40 | Views : 866
<script>
$(function() {
$( "#accordion" ).accordion({
collapsible: true
});
});
</script>

Comments or Responses

Login to post response