页面中有一个性别单选按钮,请设置“男”为选中状态。代码如下:
A. $("sex[0]").attr("checked",true);
B. $("
C. sex[0]").attr("checked",true);
D. $("[name=sex]:radio").attr("checked",true);
E. $(":radio[name=sex]:eq(0)").attr("checked",true);
A. $("p").attr("class").val("high");
B. $("p").attr("class","high");
C. $("p").addClass("high");
D. $("p").removeClass("high");
animate方法中必选参数为( )
A. styles
B. speed
C. easing
D. callback
animate方法中规定动画速度的值可能为()
A. slow
B. normal
C. fast
D. default