在控制台中:
$('#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'
有人可以向我解释我错过了什么吗?谢谢