Test Status
      JSJQUERYRANDOMTEST
      (A) All p elements with class="intro"
      (B) The p element with id="intro"
      (A) hidden()
      (B) display(none)
      (C) visible(false)
      (D) hide()
      (A) It refers current object
      (B) It referes previous object
      (C) It is variable which contains value
      (D) None of the above
      (A) .hover()
      (B) stopPropagation()
      (C) .toggle()
      (D) .trigger()
      (A) .hover()
      (B) stopPropagation()
      (C) .toggle()
      (D) .trigger()
      (A) null
      (B) undefined
      (C) NaN
      (D) Infinity
      (A) getCSSHeight( )
      (B) getHeight( )
      (C) outerHeight( [margin] )
      (D) None of the above.
      (A) if (conditional expression is true) then execute this code end if
      (B) if (conditional expression is true)execute this code end if
      (C) if (conditional expression is true) {then execute this code>->}
      (D) if (conditional expression is true) then {execute this code}
      (A) Function is defined within a function
      (B) Function is defined using Function constructor
      (C) Function is defined as an expression
      (D) Function is predefined
      (A) ["agra", "akot", "aligarh", "delhi"]
      (B) ["delhi", "agra", "akot", "aligarh"]
      (C) ["aligarh", "agra", "akot", "delhi"]
      (D) ["akot", "agra", "delhi", "aligarh"]
      (A) $.get(url,data,callback,type)
      (B) $.ajax(options)
      (C) $.post(url,data,callback,type)
      (D) $.getScript(url,callback)
      (A) ["delhi","agra","akot"]
      (B) ["akot","aligarh","palampur"]
      (C) ["delhi","agra","akot","aligarh","palampur"]
      (D) None
      (A) Free up the $ symbol for use by other libraries
      (B) Improve compatibility
      (C) Remove all jQuery variables from the global scope
      (D) All of the above
      (A) toUpperCase()
      (B) toUpper()
      (C) changeCase(case)
      (D) None of the above.