ja操作标签时出错:
要在js中引入jquery模块才行!(这里的路径只在菜鸟教程里有用,具体看自己的项目的jquery路径):
<script src="https://cdn.staticfile.org/jquery/1.10.2/jquery.min.js"></script>
<script>
你的其他js代码
</script>
仅供参考~ :D
ja操作标签时出错:
要在js中引入jquery模块才行!(这里的路径只在菜鸟教程里有用,具体看自己的项目的jquery路径):
<script src="https://cdn.staticfile.org/jquery/1.10.2/jquery.min.js"></script>
<script>
你的其他js代码
</script>
仅供参考~ :D