我有一个表单和几个div,其中有一堆输入字段,还有一个select字段,显示一个div并隐藏所有其他div。在这些输入字段中,我有html5 required标签。我想从隐藏div中的所有输入字段中删除必需的标签。我该怎么做呢?下面是我的显示/隐藏div的js,这取决于我的选择选项:
<script>
function changeGroup(e) {
/*
1 - Remove all group classes
2 - Add the currently selected group class
*/
$("
我试着测试画布标签,我从下面的代码开始:
<html>
<canvas id="example" width="200" height="200">
This text is displayed if your browser does not support HTML5 Canvas.
</canvas>
</html>
在IE8中我得到了这样的信息:
This text is displayed if your browser does not support HTML5 Canv