Home »
MCQs »
MooTools MCQs
Which of the following operator Select an input element by comparing the first letters of its name?
11. Which of the following operator Select an input element by comparing the first letters of its name?
- @=
- $=
- ^=
- None
Answer: C) ^=
Explanation:
^= operator, selects an input element by comparing the first letters of its name.