コンソールで:
$('#rhscol') //gives the result below:
<div id="rhscol" style="border: 1px solid red;">
Hello world!
</div>
しかし、同じコンソールで:
$('#rhscol').show(); //Gives the result below:
TypeError: Object #<HTMLDivElement> has no method 'show'
誰かが私に何が欠けているのか説明してもらえますか? ありがとう