< inputid="btnGo"type="button"va

题目

< inputid="btnGo"type="button"value="单击我"class="btn"/>以下哪个选项不能够正确地得到这个标签()。

  • A、$("input[type=’button’]")
  • B、$("#btnGo")
  • C、$(".btnGo")
  • D、$(".btn")
参考答案和解析
正确答案:C
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

Whichtwostatementsaretrueaboutmousebuttonvariables?()

A.SYSTEM.MOUSE_BUTTON_PRESSEDreturnsastring.

B.SYSTEM.MOUSE_BUTTON_PRESSEDreturnsanumericvalue.1Z0-132WorldLeadersIn CertificationsMaterial-Test-king.com

C.ApossiblevalueforSYSTEM.MOUSE_BUTTON_MODIFIERSisControl+Alt+Delete.

D.SYSTEM.MOUSE_BUTTON_MODIFIERScanonlybereferencesinform-leveltriggers.

E.SYSTEM.MOUSE_BUTTON_MODIFIERSidentifieswhichspecialkeywaspressedinconjunctionwiththeusualmousebuttonaction.


参考答案:B, E

第2题:

HTML语言中,button标记的type属性不包括( )。

A.buttonB.submitC.resetD.cancel


正确答案:D

第3题:

下列哪一项表示的不是按钮。( )A、type="submit"B、type="reset"C、type=&quo

下列哪一项表示的不是按钮。( )

A、type="submit"

B、type="reset"

C、type="image"

D、type="button"


正确答案:C

第4题:

在HTML页面中,定义了如下的Javascript函数,则正确调用该函数的HTML代码是()  function compute(op){  alert(op);  }

  • A、<input name=”a” type=”button” onclick=”compute(this.value)” value=”+”> 
  • B、<input name=”b” type=”button” onclick=”compute(‘-‘)” value=”-”> 
  • C、<input name=”c” type=”button” onclick=”compute(“*”)” value=”*”> 
  • D、<input name=”d” type=”button” onclick=”compute(/ )” value=”/”>

正确答案:A,B

第5题:

Click the Exhibit button. Which type of protection is shown in the exhibit?()

A.1+0

B.1+1

C.1:1

D.1:N


参考答案:B

第6题:

Click the Exhibit button.Which type of source NAT is configured in the exhibit?()

A. static source pool

B. interface source pool

C. source pool with PAT

D. souce pool without PAT


参考答案:A

第7题:

Click the Exhibit button. Which type of multiplexer is shown in the exhibit?()

A. Thin Film filter

B. Fiber Bragg Grating

C. Arrayed Wave Guide

D. Erbium fiber amplifier


参考答案:C

第8题:

改变button的哪一属性可以改变button的大小、颜色、位置等()。

A.style

B.text

C.name

D.type


正确答案:A

第9题:

下列标记不是按钮的是()

A.type="submit"
B.type="reset"
C.type="image"
D.type="button"

答案:C
解析:
type="image"这个不是定义按钮的。

第10题:

在HTML页面中包含一个按钮控件mybutton,如果要实现点击该按钮时调用已定义的Javascript函数compute,要编写的HTML代码是()。

  • A、〈input name=“mybutton” type=“button” onBlur=“compute()” value=“计算”〉
  • B、〈input name=“mybutton” type=“button” onFocus=“compute()” value=“计算”〉
  • C、〈input name=“mybutton” type=“button” onClick=“functioncompute()” value=“计算”〉
  • D、〈input name=“mybutton” type=“button” onClick=“compute()” value=“计算”〉

正确答案:D

更多相关问题