Getting an error when i use the following script to show a div when the page is loaded.
<script type="text/javascript">
$(document).ready(function() {
$("#friendslist").Show();
});
</script>
It says $("#friendslist").Show()
is not a function