最近在使用一本教材学习web开发,在学到jquery时,书中给出了一个实例。但我在实际使用中无法实现预计的功能。代码如下:
<html>
<head>
<script type="text/javascipt"
src="http://apps.bdimg.com/libs/jquery/1.6.4/jquery.min.js"></script>
</head>
<body>
<p id="message">Clike the button to hide me.</p>
<button type="button" onclick="$('p').toggle();">Toggle the message</button>
</body>
</html>
大学暑假在家,百无聊赖,于是开始学习一些新知识。菜鸟一只,请大家多多赐教。
相关分类